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