TextAlignments FormatProperties.TextAlignmentVertical aligments for text in a span. NoneBaselineSubscriptSuperscriptExample = Paragraph { TextHeight: 20pt; "Baseline"; Span { "subscript"; TextAlignment: TextAlignments.Subscript; }; Span { "superscript"; TextAlignment: TextAlignments.Superscript; };};//============================================================Baselinesubscriptsuperscript