мелкие правки
This commit is contained in:
parent
8867ed2e7d
commit
adf6cd67dd
@ -54,8 +54,7 @@ namespace FlowerShopBusinessLogic.OfficePackage.Implements
|
||||
}
|
||||
var paragraph = _section.AddParagraph(pdfParagraph.Text);
|
||||
paragraph.Format.SpaceAfter = "1cm";
|
||||
paragraph.Format.Alignment =
|
||||
GetParagraphAlignment(pdfParagraph.ParagraphAlignment);
|
||||
paragraph.Format.Alignment = GetParagraphAlignment(pdfParagraph.ParagraphAlignment);
|
||||
paragraph.Style = pdfParagraph.Style;
|
||||
}
|
||||
protected override void CreateTable(List<string> columns)
|
||||
|
Loading…
Reference in New Issue
Block a user