namespace QuestPDF.Infrastructure { internal enum TextDirection { Auto, LeftToRight, RightToLeft } }