Beeeeeee
This commit is contained in:
parent
2cc2797387
commit
ce4076cddd
@ -39,7 +39,7 @@ namespace ElectronicsShopBusinessLogic.OfficePackage
|
|||||||
Style = "Normal",
|
Style = "Normal",
|
||||||
alignmentType = PdfParagraphAlignmentType.Left,
|
alignmentType = PdfParagraphAlignmentType.Left,
|
||||||
});
|
});
|
||||||
CreateTable(new List<string> { "2cm", "4cm", "2cm", "2cm", "4cm" });
|
CreateTable(new List<string> { "2cm", "4cm", "2cm", "4cm", "4cm" });
|
||||||
|
|
||||||
CreateRow(new PdfRowParameters {
|
CreateRow(new PdfRowParameters {
|
||||||
Text = new List<string> { "Номер товара", "Товар", "Цена", "Количество", "Статья затрат" },
|
Text = new List<string> { "Номер товара", "Товар", "Цена", "Количество", "Статья затрат" },
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user