Style.AutoBaseLine Property

Returns or sets values specifying automatic sub- or superscripted text. When using automatic sub- and superscript the font is scaled and moved above or below the baseline with values defined through the font itself. Automatic sub- and superscript can be combined with a user-defined baseline which can be set with the Baseline property.

Introduced: 30.0.

Syntax

Style.AutoBaseLine [= value]
Setting Description
txNoSubSuperscript Text is not sub- or superscripted.
txSuperscript Text is moved above the baseline.
txSubscript Text is moved below the baseline.
txSuperscriptUpperEdge Text is scaled und moved above the baseline. The moved text does not extend above the upper edge of capital letters. This can be used for nominators of diagonal fractions.
txSubscriptBaseline Text is scaled, but is not moved below the baseline. This can be used for denominators of diagonal fractions.

Data Types

Long.

See Also