TextAnchorType

Overview

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

text box alignment within a text area.

This enum provides 1 method for working with TextAnchorType objects in Java programs. Available methods include: getValue. All exported members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: value.

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