|
|
@@ -30,7 +30,7 @@ public static class JsonToWordHelper
|
|
|
builder.ParagraphFormat.ClearFormatting();
|
|
|
builder.ParagraphFormat.Alignment = ParagraphAlignment.Center;
|
|
|
builder.Font.Bold = true;
|
|
|
- builder.Font.Size = 24;
|
|
|
+ builder.Font.Size = 22;
|
|
|
builder.Writeln(model.Title ?? string.Empty);
|
|
|
|
|
|
builder.InsertParagraph();
|