ShapesAlignmentType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ShapesAlignmentType extends System.Enum

Defines a way to change the placement of selected shapes on the slide.

Fields

FieldDescription
AlignLeftAlign left
AlignRightAlign right
AlignCenterAlign center
AlignTopAlign top
AlignMiddleAlign middle
AlignBottomAlign bottom
DistributeHorizontallyDistribute horizontally
DistributeVerticallyDistribute vertically

AlignLeft

public static final int AlignLeft

Align left

AlignRight

public static final int AlignRight

Align right

AlignCenter

public static final int AlignCenter

Align center

AlignTop

public static final int AlignTop

Align top

AlignMiddle

public static final int AlignMiddle

Align middle

AlignBottom

public static final int AlignBottom

Align bottom

DistributeHorizontally

public static final int DistributeHorizontally

Distribute horizontally

DistributeVertically

public static final int DistributeVertically

Distribute vertically