ISEbd-22 Alimova M.S. Lab Work 04 base #5

Closed
malimova wants to merge 20 commits from Lab4_base into Lab3_base
Showing only changes of commit 84eed7fd39 - Show all commits

View File

@ -26,7 +26,10 @@ namespace ConfectioneryBusinessLogic.OfficePackage
{
CreateParagraph(new WordParagraph
{
Texts = new List<(string, WordTextProperties)> {(pastry.PastryName, new WordTextProperties { Size = "24", }) },
Texts = new List<(string, WordTextProperties)> {
(pastry.PastryName, new WordTextProperties { Size = "24", Bold = true}),
("\t"+pastry.Price.ToString(), new WordTextProperties{Size = "24"})
},
TextProperties = new WordTextProperties
{
Size = "24",