baselineOffset property
The text's vertical offset from its normal position.
Text with SUPERSCRIPT
or SUBSCRIPT
baseline offsets is automatically
rendered in a smaller font size, computed based on the font_size
field.
The font_size
itself is not affected by changes in this field.
Possible string values are:
- "BASELINE_OFFSET_UNSPECIFIED" : The text's baseline offset is inherited from the parent.
- "NONE" : The text is not vertically offset.
- "SUPERSCRIPT" : The text is vertically offset upwards (superscript).
- "SUBSCRIPT" : The text is vertically offset downwards (subscript).
Implementation
core.String? baselineOffset;