RectangleAlignment

RectangleAlignment

Overview

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

Defines 2-dimension alignment.

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

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