Compare commits
2 Commits
5bcd0039c4
...
74c3e24e4b
Author | SHA1 | Date | |
---|---|---|---|
|
74c3e24e4b | ||
|
bda7b5e66c |
@ -41,7 +41,7 @@ namespace IceCreamShopBusinessLogic.OfficePackage
|
|||||||
CreatePdf(info);
|
CreatePdf(info);
|
||||||
CreateParagraph(new PdfParagraph { Text = info.Title, Style = "NormalTitle", ParagraphAlignment = PdfParagraphAlignmentType.Center });
|
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
|
CreateRow(new PdfRowParameters
|
||||||
{
|
{
|
||||||
|
@ -73,7 +73,7 @@ namespace IceCreamShopBusinessLogic.OfficePackage
|
|||||||
TextProperties = new WordTextProperties
|
TextProperties = new WordTextProperties
|
||||||
{
|
{
|
||||||
Size = "22",
|
Size = "22",
|
||||||
JustificationType = WordJustificationType.Both
|
JustificationType = WordJustificationType.Center
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user