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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges |
shapes | ShapeCollection | Shapes 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | MasterHandoutSlide | Parent 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | LayoutSlide | Parent 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | Slide | Parent 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | MasterSlide | Parent 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | NotesSlide | Parent 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | MasterNotesSlide | Parent 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | MasterHandoutSlide | Parent slide. |
shapeIndexes | int[] | 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | LayoutSlide | Parent slide. |
shapeIndexes | int[] | 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | Slide | Parent slide. |
shapeIndexes | int[] | 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | MasterSlide | Parent slide. |
shapeIndexes | int[] | 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | NotesSlide | Parent slide. |
shapeIndexes | int[] | 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
slide | MasterNotesSlide | Parent slide. |
shapeIndexes | int[] | 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
groupShape | GroupShape | Parent 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
Name | Type | Description |
---|---|---|
alignmentType | int | Determines which type of alignment will be applied. |
alignToSlide | boolean | If true, shapes will be aligned relative to the slide edges. |
groupShape | GroupShape | Parent group shape. |
shapeIndexes | int[] | Indexes of shapes to be aligned. |
Returns
void