HelperEnums

This commit is contained in:
Анна Забродина 2024-03-24 10:35:31 +04:00
parent dd1c6897fc
commit 512af9ed98
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,9 @@
namespace HotelBusinessLogic.OfficePackage.HelperEnums
{
public enum ExcelStyleInfoType
{
Title,
Text,
TextWithBroder
}
}

View File

@ -0,0 +1,9 @@
namespace HotelBusinessLogic.OfficePackage.HelperEnums
{
public enum PdfParagraphAlignmentType
{
Center,
Left,
Rigth
}
}

View File

@ -0,0 +1,8 @@
namespace HotelBusinessLogic.OfficePackage.HelperEnums
{
public enum WordJustificationType
{
Center,
Both
}
}