TextAnchorType

Overview

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

text box alignment within a text area.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined text anchor
TOPRepresents top vertical alignment of text
CENTERRepresents centered vertical alignment of text
BOTTOM
JUSTIFIEDRepresents justified text alignment
DISTRIBUTEDRepresents distributed text alignment

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also