TextAnchorType

Overview

TextAnchorType is a enum in Aspose.Cells FOSS for Python.

Vertical text anchor inside a shape (ECMA-376 a:bodyPr anchor attribute).

This enumeration defines 4 values: TOP, MIDDLE, BOTTOM, JUSTIFIED.

Values

ValueDescription
TOPRepresents top vertical anchoring of text within a shape or cell
MIDDLE
BOTTOM
JUSTIFIED

See Also