Compare commits
No commits in common. "74c3e24e4b36bc52262c6f93814844dae97c36d6" and "5bcd0039c4deb1c179c03bd23fd8e0ee1c88992c" have entirely different histories.
74c3e24e4b
...
5bcd0039c4
@ -41,7 +41,7 @@ namespace IceCreamShopBusinessLogic.OfficePackage
|
||||
CreatePdf(info);
|
||||
CreateParagraph(new PdfParagraph { Text = info.Title, Style = "NormalTitle", ParagraphAlignment = PdfParagraphAlignmentType.Center });
|
||||
|
||||
CreateTable(new List<string> { "5cm", "6cm", "5cm" });
|
||||
CreateTable(new List<string> { "3cm", "4cm", "3cm" });
|
||||
|
||||
CreateRow(new PdfRowParameters
|
||||
{
|
||||
|
@ -73,7 +73,7 @@ namespace IceCreamShopBusinessLogic.OfficePackage
|
||||
TextProperties = new WordTextProperties
|
||||
{
|
||||
Size = "22",
|
||||
JustificationType = WordJustificationType.Center
|
||||
JustificationType = WordJustificationType.Both
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user