alignShapes

alignShapes(int alignmentType, boolean alignToSlide, ShapeCollection shapes) method

Changes the placement of all shapes in the collection. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges
shapesShapeCollectionShapes collection to be aligned

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, MasterHandoutSlide slide) method

Changes the placement of all shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideMasterHandoutSlideParent slide.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, LayoutSlide slide) method

Changes the placement of all shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideLayoutSlideParent slide.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, Slide slide) method

Changes the placement of all shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideSlideParent slide.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, MasterSlide slide) method

Changes the placement of all shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideMasterSlideParent slide.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, NotesSlide slide) method

Changes the placement of all shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideNotesSlideParent slide.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, MasterNotesSlide slide) method

Changes the placement of all shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideMasterNotesSlideParent slide.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, MasterHandoutSlide slide, int[] shapeIndexes) method

Changes the placement of selected shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideMasterHandoutSlideParent slide.
shapeIndexesint[]Indexes of shapes to be aligned.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, LayoutSlide slide, int[] shapeIndexes) method

Changes the placement of selected shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideLayoutSlideParent slide.
shapeIndexesint[]Indexes of shapes to be aligned.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, Slide slide, int[] shapeIndexes) method

Changes the placement of selected shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideSlideParent slide.
shapeIndexesint[]Indexes of shapes to be aligned.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, MasterSlide slide, int[] shapeIndexes) method

Changes the placement of selected shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideMasterSlideParent slide.
shapeIndexesint[]Indexes of shapes to be aligned.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, NotesSlide slide, int[] shapeIndexes) method

Changes the placement of selected shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideNotesSlideParent slide.
shapeIndexesint[]Indexes of shapes to be aligned.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, MasterNotesSlide slide, int[] shapeIndexes) method

Changes the placement of selected shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
slideMasterNotesSlideParent slide.
shapeIndexesint[]Indexes of shapes to be aligned.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, GroupShape groupShape) method

Changes the placement of all shapes within group shape. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
groupShapeGroupShapeParent group shape.

Returns

void


alignShapes(int alignmentType, boolean alignToSlide, GroupShape groupShape, int[] shapeIndexes) method

Changes the placement of selected shapes within group shape. Aligns shapes to the margins or the edge of the slide or align them relative to each other.

Parameters

NameTypeDescription
alignmentTypeintDetermines which type of alignment will be applied.
alignToSlidebooleanIf true, shapes will be aligned relative to the slide edges.
groupShapeGroupShapeParent group shape.
shapeIndexesint[]Indexes of shapes to be aligned.

Returns

void