TextAnchorType

Overview

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

text box alignment within a text area.

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