Readonly
shapeThe Text shape to which this text range belongs.
Readonly
charactersThe characters associated with the current text range.
The font ID of the text range. It can be a specific font ID or 'mixed' if multiple fonts are used.
The font family of the text range. It can be a specific font family or 'mixed' if multiple font families are used.
The font variant ID of the text range. It can be a specific font variant ID or 'mixed' if multiple font variants are used.
The font size of the text range. It can be a specific font size or 'mixed' if multiple font sizes are used.
The font weight of the text range. It can be a specific font weight or 'mixed' if multiple font weights are used.
The font style of the text range. It can be a specific font style or 'mixed' if multiple font styles are used.
The line height of the text range. It can be a specific line height or 'mixed' if multiple line heights are used.
The letter spacing of the text range. It can be a specific letter spacing or 'mixed' if multiple letter spacings are used.
The text transform applied to the text range. It can be a specific text transform or 'mixed' if multiple text transforms are used.
The text decoration applied to the text range. It can be a specific text decoration or 'mixed' if multiple text decorations are used.
The text direction for the text range. It can be a specific direction or 'mixed' if multiple directions are used.
The fill styles applied to the text range.
The horizontal alignment of the text range. It can be a specific alignment or 'mixed' if multiple alignments are used.
The vertical alignment of the text range. It can be a specific alignment or 'mixed' if multiple alignments are used.
Applies a typography style to the text range. This method sets various typography properties for the text range according to the given typography style.
The typography style to apply.
Represents a range of text within a Text shape. This interface provides properties for styling and formatting text ranges.