Files
QuestPDF/QuestPDF/Infrastructure/HorizontalAlignment.cs
T
2021-01-16 01:31:39 +01:00

9 lines
129 B
C#

namespace QuestPDF.Infrastructure
{
public enum HorizontalAlignment
{
Left,
Center,
Right
}
}