TextAnchorType

Overview

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

text box alignment within a text area.

This enumeration defines 6 values: NOT_DEFINED, TOP, CENTER, BOTTOM, JUSTIFIED, DISTRIBUTED.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or unspecified text anchor type
TOPRepresents a text anchor positioned at the top of the container
CENTERRepresents a text anchor centered vertically within the container
BOTTOM
JUSTIFIEDRepresents a text anchor with justified alignment across the width
DISTRIBUTEDRepresents a text anchor with distributed spacing between lines

See Also