RectangleAlignment

RectangleAlignment

Overview

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

Defines 2-dimension alignment.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined rectangle alignment
TOP_LEFTRepresents alignment at the top-left corner
TOPRepresents alignment at the top edge, centered horizontally
TOP_RIGHTRepresents alignment at the top-right corner
LEFTRepresents alignment at the left edge, centered vertically
CENTERRepresents alignment centered both horizontally and vertically
RIGHT
BOTTOM_LEFTRepresents alignment at the bottom-left corner
BOTTOM
BOTTOM_RIGHTRepresents alignment at the bottom-right corner

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

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

See Also