Aspose::Words::BaselineAlignment enum

BaselineAlignment enum

Specifies fonts vertical position on a line.

enum class BaselineAlignment

Values

NameValueDescription
Top0Aligns along the top of each font.
Center1Aligns the center points of each font.
Baseline2Aligns to the baseline of the paragraph.
Bottom3Aligns to the bottom of each font.
Auto4Baseline is adjusted automatically.

See Also