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
Field | Description |
---|---|
AlignLeft | Align left |
AlignRight | Align right |
AlignCenter | Align center |
AlignTop | Align top |
AlignMiddle | Align middle |
AlignBottom | Align bottom |
DistributeHorizontally | Distribute horizontally |
DistributeVertically | Distribute 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