+цена

This commit is contained in:
malimova 2024-04-25 23:10:23 +04:00
parent 8ada1a958e
commit 84eed7fd39

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",