Style.BaselineType Property

Returns or sets the formatting style's baseline type. For character-based styles this property can be zero to indicate that the baseline alignment is inherited from the paragraph.

Syntax

   Style.BaselineType [= value]
Setting Description
2 The baseline alignment is normal, neither super- nor subscript.
4 The baseline alignment is superscript.
8 The baseline alignment is subscript.

Data Types

Integer.

Limitations

Run time only.

See Also