alignShapes
alignShapes(int alignmentType, boolean alignToSlide, ShapeCollection shapes) function
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 |
alignShapes(int alignmentType, boolean alignToSlide, LayoutSlide slide) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, NotesSlide slide) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, MasterNotesSlide slide) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, MasterSlide slide) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, Slide slide) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, MasterHandoutSlide slide) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, LayoutSlide slide, int[] shapeIndexes) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, NotesSlide slide, int[] shapeIndexes) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, MasterNotesSlide slide, int[] shapeIndexes) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, MasterSlide slide, int[] shapeIndexes) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, Slide slide, int[] shapeIndexes) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, MasterHandoutSlide slide, int[] shapeIndexes) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, GroupShape groupShape) function
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. |
alignShapes(int alignmentType, boolean alignToSlide, GroupShape groupShape, int[] shapeIndexes) function
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. |