Files
QuestPDF/Source/QuestPDF/Infrastructure/HorizontalAlignment.cs
T
2023-01-06 00:45:12 +01:00

9 lines
129 B
C#

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