+цена
This commit is contained in:
parent
8ada1a958e
commit
84eed7fd39
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user