PIbd-23-Yunusov-N.N.-CarRep.../CarRepairShop/CarRepairShopBusinessLogic/OfficePackage/HelperModels/WordTextProperties.cs

12 lines
345 B
C#

using CarRepairShopBusinessLogic.OfficePackage.HelperEnums;
namespace CarRepairShopBusinessLogic.OfficePackage.HelperModels
{
public class WordTextProperties
{
public string Size { get; set; } = string.Empty;
public bool Bold { get; set; }
public WordJustificationType JustificationType { get; set; }
}
}