PIbd-21. Rodionov I.A. Lab work 05. Hard #13

Closed
ILRodionov wants to merge 19 commits from lab5_hard into lab5_base
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 74c3e24e4b - Show all commits

View File

@ -41,7 +41,7 @@ namespace IceCreamShopBusinessLogic.OfficePackage
CreatePdf(info);
CreateParagraph(new PdfParagraph { Text = info.Title, Style = "NormalTitle", ParagraphAlignment = PdfParagraphAlignmentType.Center });
CreateTable(new List<string> { "3cm", "4cm", "3cm" });
CreateTable(new List<string> { "5cm", "6cm", "5cm" });
CreateRow(new PdfRowParameters
{

View File

@ -73,7 +73,7 @@ namespace IceCreamShopBusinessLogic.OfficePackage
TextProperties = new WordTextProperties
{
Size = "22",
JustificationType = WordJustificationType.Both
JustificationType = WordJustificationType.Center
}
});
}