From adf6cd67dd5fc6cf15e6a39190bb349e068cec63 Mon Sep 17 00:00:00 2001 From: antoc0der <1@DESKTOP-K1L8ND3> Date: Wed, 27 Mar 2024 15:18:21 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlowerShopBusinessLogic/OfficePackage/Implements/SaveToPdf.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FlowerShopBusinessLogic/OfficePackage/Implements/SaveToPdf.cs b/FlowerShopBusinessLogic/OfficePackage/Implements/SaveToPdf.cs index 23c13c3..7a95b63 100644 --- a/FlowerShopBusinessLogic/OfficePackage/Implements/SaveToPdf.cs +++ b/FlowerShopBusinessLogic/OfficePackage/Implements/SaveToPdf.cs @@ -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 columns)