ShapeCollection

ShapeCollection class

Represents a collection of a shapes.

addAudioFrameCD

NameDescription
addAudioFrameCD (float, float, float, float)Adds an AudioFrame with CD to the end of collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.

Returns: AudioFrame


addAudioFrameEmbedded

NameDescription
addAudioFrameEmbedded (float, float, float, float, InputStream)Adds a new audio frame with embedded audio file to the end of a collection. Embedded audio file can be a WAV only. It adds new audio into Presentation.Audios list.

Parameters:

NameTypeDescription
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.
audio_streamInputStreamInout stream with audio data.

Returns: AudioFrame


addAudioFrameEmbedded

NameDescription
addAudioFrameEmbedded (float, float, float, float, Audio)Adds a new audio frame with embedded audio file to the end of a collection. It uses audio file from Presentation.Audios list.

Parameters:

NameTypeDescription
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.
audioAudioAudio from Presentation.Audios list.

Returns: AudioFrame


addAudioFrameLinked

NameDescription
addAudioFrameLinked (float, float, float, float, String)Adds a new audio frame with linked audio file to the end of a collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.
fnameStringAudio file name.

Returns: AudioFrame


addAutoShape

NameDescription
addAutoShape (int, float, float, float, float)Creates a new AutoShape, tunes it from default template and adds it to the end of the collection.

Parameters:

NameTypeDescription
shapeTypeintThe ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.

Returns: AutoShape


addAutoShape

NameDescription
addAutoShape (int, float, float, float, float, boolean)Creates a new AutoShape and adds it to the end of the collection.

Parameters:

NameTypeDescription
shapeTypeintThe ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.
createFromTemplatebooleanIf true then new shape will be tuned from default template. Not empty name, simple style, text centered will be assined to the new shape. If false then all values of the properties of the new shape will have default values.

Returns: AutoShape


addChart

NameDescription
addChart (int, float, float, float, float)Creates a new Chart, initialize it with sample series data and settings and adds it to the end of the collection.

Parameters:

NameTypeDescription
typeintType of chart.
xfloatX coordinate of a new chart.
yfloatY coordinate of a new chart.
widthfloatChart’s width.
heightfloatChart’s height.

Returns: Chart


addChart

NameDescription
addChart (int, float, float, float, float, boolean)Creates a new Chart and adds it to the end of the collection.

Parameters:

NameTypeDescription
typeintType of chart.
xfloatX coordinate of a new chart.
yfloatY coordinate of a new chart.
widthfloatChart’s width.
heightfloatChart’s height.
initWithSamplebooleanIf true then new chart will be initialized with sample series data and settings. If false then new chart will have no series and minimum settings. In this case chart creation will be more fast.

Returns: Chart


addClone

NameDescription
addClone (Connector, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeConnectorShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (GraphicalObject, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeGraphicalObjectShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SmartArtShape, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeSmartArtShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Table, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeTableShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Shape, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Ink, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeInkShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (GeometryShape, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeGeometryShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SummaryZoomFrame, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeSummaryZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (ZoomFrame, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SummaryZoomSection, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeSummaryZoomSectionShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (OleObjectFrame, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeOleObjectFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (VideoFrame, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeVideoFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SmartArt, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeSmartArtShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (GroupShape, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeGroupShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (AutoShape, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeAutoShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SectionZoomFrame, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeSectionZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (PictureFrame, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapePictureFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Chart, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeChartShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (AudioFrame, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeAudioFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (ZoomObject, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeZoomObjectShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (LegacyDiagram, float, float, float, float)Adds a copy of a specified shape to the end of the collection.

Parameters:

NameTypeDescription
sourceShapeLegacyDiagramShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Connector, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeConnectorShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (GraphicalObject, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeGraphicalObjectShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SmartArtShape, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSmartArtShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Table, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeTableShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Shape, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Ink, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeInkShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (GeometryShape, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeGeometryShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SummaryZoomFrame, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSummaryZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (ZoomFrame, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SummaryZoomSection, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSummaryZoomSectionShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (OleObjectFrame, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeOleObjectFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (VideoFrame, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeVideoFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SmartArt, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSmartArtShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (GroupShape, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeGroupShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (AutoShape, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeAutoShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SectionZoomFrame, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSectionZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (PictureFrame, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapePictureFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Chart, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeChartShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (AudioFrame, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeAudioFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (ZoomObject, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeZoomObjectShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (LegacyDiagram, float, float)Adds a copy of a specified shape to the end of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeLegacyDiagramShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Connector)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeConnectorShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (GraphicalObject)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeGraphicalObjectShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SmartArtShape)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSmartArtShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Table)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeTableShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Shape)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Ink)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeInkShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (GeometryShape)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeGeometryShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SummaryZoomFrame)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSummaryZoomFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (ZoomFrame)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeZoomFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SummaryZoomSection)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSummaryZoomSectionShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (OleObjectFrame)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeOleObjectFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (VideoFrame)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeVideoFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SmartArt)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSmartArtShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (GroupShape)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeGroupShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (AutoShape)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeAutoShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (SectionZoomFrame)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeSectionZoomFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (PictureFrame)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapePictureFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (Chart)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeChartShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (AudioFrame)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeAudioFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (ZoomObject)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeZoomObjectShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addClone

NameDescription
addClone (LegacyDiagram)Adds a copy of a specified shape to the end of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
sourceShapeLegacyDiagramShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


addConnector

NameDescription
addConnector (int, float, float, float, float)Creates a new Connector, tunes it from default template and adds it to the end of the collection.

Parameters:

NameTypeDescription
shapeTypeintThe ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.

Returns: Connector


addConnector

NameDescription
addConnector (int, float, float, float, float, boolean)Creates a new Connector and adds it to the end of the collection.

Parameters:

NameTypeDescription
shapeTypeintThe ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.
createFromTemplatebooleanIf true then new shape will be tuned from default template. Not empty name, simple style, text centered will be assined to the new shape. If false then all values of the properties of the new shape will have default values.

Returns: Connector


addGroupShape

NameDescription
addGroupShape ()Creates a new GroupShape and adds it to the end of the collection. GroupShape frame size and position will be fitted to content when new shape will be added into the GroupShape.

Returns: GroupShape


addGroupShape

NameDescription
addGroupShape (SvgImage, float, float, float, float)Creates a new GroupShape, fills it with converted shapes from SVG and adds it to the end of the collection.

Parameters:

NameTypeDescription
svgImageSvgImageSvg image object ISvgImage
xfloatThe X coordinate for the left side of the shape group frame.
yfloatThe Y coordinate for the top side of the shape group frame.
widthfloatThe width of the group of the shape group frame.
heightfloatThe height of a group of the shape group frame.

Returns: GroupShape


addMathShape

NameDescription
addMathShape (float, float, float, float)Creates a new Autoshape tuned from default template to math content and adds it to the end of the collection.

Parameters:

NameTypeDescription
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.

Returns: AutoShape


addOleObjectFrame

NameDescription
addOleObjectFrame (float, float, float, float, OleEmbeddedDataInfo)Adds a new OLE object to the end of a collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new OLE frame.
yfloatY coordinate of a new OLE frame.
widthfloatWidth of a new OLE frame.
heightfloatHeight of a new OLE frame.
dataInfoOleEmbeddedDataInfoEmbedded data info IOleEmbeddedDataInfo.

Returns: OleObjectFrame


addOleObjectFrame

NameDescription
addOleObjectFrame (float, float, float, float, String, String)Adds a new OLE object to the end of a collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new OLE frame.
yfloatY coordinate of a new OLE frame.
widthfloatWidth of a new OLE frame.
heightfloatHeight of a new OLE frame.
classNameStringName of an OLE class.
pathStringPath to the linked file.The path is stored in the presentation as is. If a relative path is specified the corresponding file will be inaccessible when opening the presentation from a different directory.

Returns: OleObjectFrame


addPictureFrame

NameDescription
addPictureFrame (int, float, float, float, float, PPImage)Creates a new PictureFrame and adds it to the end of the collection.

Parameters:

NameTypeDescription
shapeTypeintThe shape contained in the set ShapeType of shapes, except all sorts of lines: ShapeType.Line, ShapeType.StraightConnector1, ShapeType.BentConnector2, ShapeType.BentConnector3, ShapeType.BentConnector4, ShapeType.BentConnector5, ShapeType.CurvedConnector2, ShapeType.CurvedConnector3, ShapeType.CurvedConnector4, ShapeType.CurvedConnector5.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.
imagePPImageThe image of picture frame.

Returns: VideoFrame, PictureFrame, AudioFrame


addSectionZoomFrame

NameDescription
addSectionZoomFrame (float, float, float, float, Section)Adds a new Section Zoom object to the end of a collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new Section Zoom frame {@code float}.
yfloatY coordinate of a new Section Zoom frame {@code float}.
widthfloatWidth of a new Section Zoom frame {@code float}.
heightfloatHeight of a new Section Zoom frame {@code float}.
sectionSectionThe section object referenced by the Section Zoom frame ISection.

Returns: SectionZoomFrame, SummaryZoomSection

Exception

ErrorCondition
ArgumentExceptionReferenced section does not belong to the current presentation or does not contains any slides.

addSectionZoomFrame

NameDescription
addSectionZoomFrame (float, float, float, float, Section, PPImage)Adds a new Section Zoom object to the end of a collection with a predefined image.

Parameters:

NameTypeDescription
xfloatX coordinate of a new Section Zoom frame {@code float}.
yfloatY coordinate of a new Section Zoom frame {@code float}.
widthfloatWidth of a new Section Zoom frame {@code float}.
heightfloatHeight of a new Section Zoom frame {@code float}.
sectionSectionThe section object referenced by the Section Zoom frame ISection.
imagePPImageThe image for the referenced slide IPPImage

Returns: SectionZoomFrame, SummaryZoomSection

Exception

ErrorCondition
ArgumentExceptionReferenced section does not belong to the current presentation or does not contains any slides.

addSmartArt

NameDescription
addSmartArt (float, float, float, float, int)Add SmartArt diagram.

Parameters:

NameTypeDescription
xfloatThe X-coordinate for a left side of diagram’s frame.
yfloatThe Y-coordinate for a left side of diagram’s frame.
widthfloatThe width of diagram’s frame.
heightfloatThe height of diagram’s frame.
layoutTypeintThe type of SmartArt diagram

Returns: SmartArt


addSummaryZoomFrame

NameDescription
addSummaryZoomFrame (float, float, float, float)Adds a new Summary Zoom object to the end of a collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new Section Zoom frame {@code float}.
yfloatY coordinate of a new Section Zoom frame {@code float}.
widthfloatWidth of a new Section Zoom frame {@code float}.
heightfloatHeight of a new Section Zoom frame {@code float}. This method creates a new Summary Zoom and puts a collection of objects into it for all the sections in this presentation.

Returns: SummaryZoomFrame

Exception

ErrorCondition
PptxEditExceptionThere are no sections in the presentation, or the target slide does not belong to any section.

addTable

NameDescription
addTable (float, float, double[], double[])Creates a new Table and adds it to the end of the collection.

Parameters:

NameTypeDescription
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
columnWidthsdouble[]Array of doubles which represents widths of columns in the table.
rowHeightsdouble[]Array of doubles which represents heights of rows in the table.

Returns: Table


addVideoFrame

NameDescription
addVideoFrame (float, float, float, float, String)Adds a new video frame to the end of a collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new video frame.
yfloatY coordinate of a new video frame.
widthfloatWidth of a new video frame.
heightfloatHeight of a new video frame.
fnameStringVideo file name.

Returns: VideoFrame


addVideoFrame

NameDescription
addVideoFrame (float, float, float, float, Video)Adds a new video frame to the end of a collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new video frame.
yfloatY coordinate of a new video frame.
widthfloatWidth of a new video frame.
heightfloatHeight of a new video frame.
videoVideoVideo to add.

Returns: VideoFrame


addZoomFrame

NameDescription
addZoomFrame (float, float, float, float, Slide)Adds a new Zoom object to the end of a collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new Zoom frame {@code float}.
yfloatY coordinate of a new Zoom frame {@code float}.
widthfloatWidth of a new Zoom frame {@code float}.
heightfloatHeight of a new Zoom frame {@code float}.
slideSlideThe slide object referenced by the Zoom frame ISlide.

Returns: ZoomFrame

Exception

ErrorCondition
ArgumentExceptionReferenced slide does not belong to the current presentation.

addZoomFrame

NameDescription
addZoomFrame (float, float, float, float, Slide, PPImage)Adds a new Zoom object to the end of a collection.

Parameters:

NameTypeDescription
xfloatX coordinate of a new Zoom frame {@code float}.
yfloatY coordinate of a new Zoom frame {@code float}.
widthfloatWidth of a new Zoom frame {@code float}.
heightfloatHeight of a new Zoom frame {@code float}.
slideSlideThe slide object referenced by the Zoom frame ISlide.
imagePPImageThe image for the referenced slide IPPImage

Returns: ZoomFrame

Exception

ErrorCondition
ArgumentExceptionReferenced slide does not belong to the current presentation.

clear

NameDescription
clear ()Removes all shapes from the collection.

Returns: void


getParentGroup

NameDescription
getParentGroup ()Returns parent GroupShape object for a shapes collection. Read-only IGroupShape.

Returns: GroupShape


getSyncRoot

NameDescription
getSyncRoot ()Returns a synchronization root. Read-only Object.

Returns: Object


get_Item

NameDescription
get_Item (int)Gets the element at the specified index. Read-only IShape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


indexOf

NameDescription
indexOf (Connector)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeConnectorThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (GraphicalObject)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeGraphicalObjectThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (SmartArtShape)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeSmartArtShapeThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (Table)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeTableThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (Shape)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeShapeThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (Ink)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeInkThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (GeometryShape)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeGeometryShapeThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (SummaryZoomFrame)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeSummaryZoomFrameThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (ZoomFrame)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeZoomFrameThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (SummaryZoomSection)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeSummaryZoomSectionThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (OleObjectFrame)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeOleObjectFrameThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (VideoFrame)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeVideoFrameThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (SmartArt)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeSmartArtThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (GroupShape)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeGroupShapeThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (AutoShape)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeAutoShapeThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (SectionZoomFrame)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeSectionZoomFrameThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (PictureFrame)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapePictureFrameThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (Chart)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeChartThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (AudioFrame)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeAudioFrameThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (ZoomObject)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeZoomObjectThe shape to locate in the collection.

Returns: int


indexOf

NameDescription
indexOf (LegacyDiagram)Returns the zero-based index of the first occurrence of a shape in the collection.

Parameters:

NameTypeDescription
shapeLegacyDiagramThe shape to locate in the collection.

Returns: int


insertAudioFrameCD

NameDescription
insertAudioFrameCD (int, float, float, float, float)Insert an AudioFrame with CD.

Parameters:

NameTypeDescription
indexintThe zero-based index at which video frame should be inserted.
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.

Returns: AudioFrame


insertAudioFrameEmbedded

NameDescription
insertAudioFrameEmbedded (int, float, float, float, float, InputStream)Insert an AudioFrame with embedded audio file. Embedded audio file sound can be a WAV only.

Parameters:

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.
audio_streamInputStreamAudio stream.

Returns: AudioFrame


insertAudioFrameEmbedded

NameDescription
insertAudioFrameEmbedded (int, float, float, float, float, Audio)Insert an AudioFrame with embedded audio file. It uses audio file from Presentation.Audios list.

Parameters:

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.
audioAudioAudio from Presentation.Audios list.

Returns: AudioFrame


insertAudioFrameLinked

NameDescription
insertAudioFrameLinked (int, float, float, float, float, String)Creates a new audio frame with linked audio file and inserts it to a collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which audio frame should be inserted.
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.
fnameStringAudio file name.

Returns: AudioFrame


insertAutoShape

NameDescription
insertAutoShape (int, int, float, float, float, float)Creates a new AutoShape, tunes it from default template and inserts it to the collection at the specified index. Note: the type of the shape will be determined by the shapeType parameter.

Parameters:

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
shapeTypeintAn ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.

Returns: AutoShape


insertAutoShape

NameDescription
insertAutoShape (int, int, float, float, float, float, boolean)Creates a new AutoShape and inserts it to the collection at the specified index. Note: the type of the shape will be determined by the shapeType parameter.

Parameters:

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
shapeTypeintAn ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.
createFromTemplatebooleanIf true then new shape will be tuned from default template. Not empty name, simple style, text centered will be assined to the new shape. If false then all values of the properties of the new shape will have default values.

Returns: AutoShape


insertChart

NameDescription
insertChart (int, float, float, float, float, int)Creates a new Chart, initialize it with sample series data and settings and inserts it to the specified position in the collection.

Parameters:

NameTypeDescription
typeintType of chart.
xfloatX coordinate of a new chart.
yfloatY coordinate of a new chart.
widthfloatChart’s width.
heightfloatChart’s height.
indexintChart’s position in the collection.

Returns: Chart


insertChart

NameDescription
insertChart (int, float, float, float, float, int, boolean)Creates a new Chart and inserts it to the specified position in the collection.

Parameters:

NameTypeDescription
typeintType of chart.
xfloatX coordinate of a new chart.
yfloatY coordinate of a new chart.
widthfloatChart’s width.
heightfloatChart’s height.
indexintChart’s position in the collection.
initWithSamplebooleanIf true then new chart will be initialized with sample series data and settings. If false then new chart will have no series and minimum settings. In this case chart creation will be more fast.

Returns: Chart


insertClone

NameDescription
insertClone (int, Connector, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeConnectorShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, GraphicalObject, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeGraphicalObjectShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SmartArtShape, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSmartArtShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Table, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeTableShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Shape, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Ink, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeInkShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, GeometryShape, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeGeometryShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SummaryZoomFrame, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSummaryZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, ZoomFrame, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SummaryZoomSection, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSummaryZoomSectionShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, OleObjectFrame, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeOleObjectFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, VideoFrame, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeVideoFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SmartArt, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSmartArtShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, GroupShape, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeGroupShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, AutoShape, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeAutoShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SectionZoomFrame, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSectionZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, PictureFrame, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapePictureFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Chart, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeChartShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, AudioFrame, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeAudioFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, ZoomObject, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeZoomObjectShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, LegacyDiagram, float, float, float, float)Inserts a copy of a specified shape to specified position of the collection.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeLegacyDiagramShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.
widthfloatWidth of a new shape.
heightfloatHeight of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Connector, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeConnectorShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, GraphicalObject, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeGraphicalObjectShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SmartArtShape, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSmartArtShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Table, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeTableShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Shape, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Ink, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeInkShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, GeometryShape, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeGeometryShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SummaryZoomFrame, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSummaryZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, ZoomFrame, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SummaryZoomSection, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSummaryZoomSectionShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, OleObjectFrame, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeOleObjectFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, VideoFrame, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeVideoFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SmartArt, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSmartArtShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, GroupShape, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeGroupShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, AutoShape, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeAutoShapeShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SectionZoomFrame, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSectionZoomFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, PictureFrame, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapePictureFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Chart, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeChartShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, AudioFrame, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeAudioFrameShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, ZoomObject, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeZoomObjectShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, LegacyDiagram, float, float)Inserts a copy of a specified shape to specified position of the collection. Width and Height of the new shape are equal to Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeLegacyDiagramShape to clone.
xfloatX coordinate of a new shape.
yfloatY coordinate of a new shape.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Connector)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeConnectorShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, GraphicalObject)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeGraphicalObjectShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SmartArtShape)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSmartArtShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Table)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeTableShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Shape)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Ink)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeInkShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, GeometryShape)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeGeometryShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SummaryZoomFrame)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSummaryZoomFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, ZoomFrame)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeZoomFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SummaryZoomSection)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSummaryZoomSectionShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, OleObjectFrame)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeOleObjectFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, VideoFrame)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeVideoFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SmartArt)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSmartArtShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, GroupShape)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeGroupShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, AutoShape)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeAutoShapeShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, SectionZoomFrame)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeSectionZoomFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, PictureFrame)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapePictureFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, Chart)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeChartShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, AudioFrame)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeAudioFrameShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, ZoomObject)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeZoomObjectShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertClone

NameDescription
insertClone (int, LegacyDiagram)Inserts a copy of a specified shape to specified position of the collection. X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the source Shape.

Parameters:

NameTypeDescription
indexintIndex of new shape.
sourceShapeLegacyDiagramShape to clone.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


insertConnector

NameDescription
insertConnector (int, int, float, float, float, float)Creates a new Connector, tunes it from default template and inserts it to the collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
shapeTypeintAn ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.

Returns: Connector


insertConnector

NameDescription
insertConnector (int, int, float, float, float, float, boolean)Creates a new Connector and inserts it to the collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
shapeTypeintAn ShapeType of shape.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.
createFromTemplatebooleanIf true then new shape will be tuned from default template. Not empty name, simple style, text centered will be assined to the new shape. If false then all values of the properties of the new shape will have default values.

Returns: Connector


insertGroupShape

NameDescription
insertGroupShape (int)Creates a new GroupShape and inserts it to the collection at the specified index. GroupShape frame size and position will be fitted to content when new shape will be added into the GroupShape.

Parameters:

NameTypeDescription
indexintThe zero-based index at which value should be inserted.

Returns: GroupShape


insertOleObjectFrame

NameDescription
insertOleObjectFrame (int, float, float, float, float, OleEmbeddedDataInfo)Creates a new OLE object and inserts it to a collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which OLE object should be inserted.
xfloatX coordinate of a new OLE frame.
yfloatY coordinate of a new OLE frame.
widthfloatWidth of a new OLE frame.
heightfloatHeight of a new OLE frame.
dataInfoOleEmbeddedDataInfoEmbedded data info IOleEmbeddedDataInfo.

Returns: OleObjectFrame


insertOleObjectFrame

NameDescription
insertOleObjectFrame (int, float, float, float, float, String, String)Creates a new OLE object and inserts it to a collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which OLE object should be inserted.
xfloatX coordinate of a new OLE frame.
yfloatY coordinate of a new OLE frame.
widthfloatWidth of a new OLE frame.
heightfloatHeight of a new OLE frame.
classNameStringName of an OLE class.
pathStringPath to the linked file.

Returns: OleObjectFrame


insertPictureFrame

NameDescription
insertPictureFrame (int, int, float, float, float, float, PPImage)Creates a new PictureFrame and inserts it to the collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
shapeTypeintThe shape contained in the set ShapeType of shapes, except all sorts of lines: ShapeType.Line, ShapeType.StraightConnector1, ShapeType.BentConnector2, ShapeType.BentConnector3, ShapeType.BentConnector4, ShapeType.BentConnector5, ShapeType.CurvedConnector2, ShapeType.CurvedConnector3, ShapeType.CurvedConnector4, ShapeType.CurvedConnector5.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
widthfloatThe width of shape’s frame.
heightfloatThe height of shape’s frame.
imagePPImageThe image of picture frame.

Returns: VideoFrame, PictureFrame, AudioFrame


insertSectionZoomFrame

NameDescription
insertSectionZoomFrame (int, float, float, float, float, Section)Creates a new Section Zoom object and inserts into to a collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which Section Zoom frame should be inserted.
xfloatX coordinate of a new Section Zoom frame {@code float}.
yfloatY coordinate of a new Section Zoom frame {@code float}.
widthfloatWidth of a new Section Zoom frame {@code float}.
heightfloatHeight of a new Section Zoom frame {@code float}.
sectionSectionThe slide object referenced by the Section Zoom frame ISection.

Returns: SectionZoomFrame, SummaryZoomSection

Exception

ErrorCondition
ArgumentExceptionReferenced section does not belong to the current presentation or does not contains any slides.

insertSectionZoomFrame

NameDescription
insertSectionZoomFrame (int, float, float, float, float, Section, PPImage)Creates a new Section Zoom object and inserts it to a collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which Section Zoom frame should be inserted.
xfloatX coordinate of a new Section Zoom frame {@code float}.
yfloatY coordinate of a new Section Zoom frame {@code float}.
widthfloatWidth of a new Section Zoom frame {@code float}.
heightfloatHeight of a new Section Zoom frame {@code float}.
sectionSectionThe slide object referenced by the Section Zoom frame ISection.
imagePPImageThe image for the referenced slide IPPImage

Returns: SectionZoomFrame, SummaryZoomSection

Exception

ErrorCondition
ArgumentExceptionReferenced section does not belong to the current presentation or does not contains any slides.

insertSummaryZoomFrame

NameDescription
insertSummaryZoomFrame (int, float, float, float, float)Creates a new Summary Zoom object and inserts it to a collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which Section Zoom frame should be inserted.
xfloatX coordinate of a new Section Zoom frame {@code float}.
yfloatY coordinate of a new Section Zoom frame {@code float}.
widthfloatWidth of a new Section Zoom frame {@code float}.
heightfloatHeight of a new Section Zoom frame {@code float}. This method creates a new Summary Zoom and puts a collection of objects into it for all the sections in this presentation.

Returns: SummaryZoomFrame

Exception

ErrorCondition
PptxEditExceptionThere are no sections in the presentation, or the target slide does not belong to any section.

insertTable

NameDescription
insertTable (int, float, float, double[], double[])Creates a new Table and inserts it to the collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
columnWidthsdouble[]Array of doubles which represents widths of columns in the table.
rowHeightsdouble[]Array of doubles which represents heights of rows in the table.

Returns: Table


insertVideoFrame

NameDescription
insertVideoFrame (int, float, float, float, float, String)Creates a new video frame and inserts it to a collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which video frame should be inserted.
xfloatX coordinate of a new video frame.
yfloatY coordinate of a new video frame.
widthfloatWidth of a new video frame.
heightfloatHeight of a new video frame.
fnameStringVideo file name.

Returns: VideoFrame


insertZoomFrame

NameDescription
insertZoomFrame (int, float, float, float, float, Slide)Creates a new Zoom object and inserts it to a collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which Zoom frame should be inserted.
xfloatX coordinate of a new Zoom frame {@code float}.
yfloatY coordinate of a new Zoom frame {@code float}.
widthfloatWidth of a new Zoom frame {@code float}.
heightfloatHeight of a new Zoom frame {@code float}.
slideSlideThe slide object referenced by the Zoom frame ISlide.

Returns: ZoomFrame

Exception

ErrorCondition
ArgumentExceptionReferenced slide does not belong to the current presentation.

insertZoomFrame

NameDescription
insertZoomFrame (int, float, float, float, float, Slide, PPImage)Creates a new Zoom object and inserts it to a collection at the specified index.

Parameters:

NameTypeDescription
indexintThe zero-based index at which Zoom frame should be inserted.
xfloatX coordinate of a new Zoom frame {@code float}.
yfloatY coordinate of a new Zoom frame {@code float}.
widthfloatWidth of a new Zoom frame {@code float}.
heightfloatHeight of a new Zoom frame {@code float}.
slideSlideThe slide object referenced by the Zoom frame ISlide.
imagePPImageThe image for the referenced slide IPPImage

Returns: ZoomFrame

Exception

ErrorCondition
ArgumentExceptionReferenced slide does not belong to the current presentation.

isSynchronized

NameDescription
isSynchronized ()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Returns: boolean


iterator

NameDescription
iterator ()Returns an enumerator that iterates through the collection.

Returns:


iteratorJava

NameDescription
iteratorJava ()Returns a java iterator for the entire collection.

Returns:


remove

NameDescription
remove (Connector)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeConnectorThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (GraphicalObject)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeGraphicalObjectThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (SmartArtShape)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeSmartArtShapeThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (Table)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeTableThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (Shape)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeShapeThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (Ink)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeInkThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (GeometryShape)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeGeometryShapeThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (SummaryZoomFrame)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeSummaryZoomFrameThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (ZoomFrame)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeZoomFrameThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (SummaryZoomSection)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeSummaryZoomSectionThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (OleObjectFrame)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeOleObjectFrameThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (VideoFrame)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeVideoFrameThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (SmartArt)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeSmartArtThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (GroupShape)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeGroupShapeThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (AutoShape)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeAutoShapeThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (SectionZoomFrame)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeSectionZoomFrameThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (PictureFrame)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapePictureFrameThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (Chart)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeChartThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (AudioFrame)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeAudioFrameThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (ZoomObject)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeZoomObjectThe shape to remove from the collection.

Returns: void


remove

NameDescription
remove (LegacyDiagram)Removes the first occurrence of a specific shape from the collection.

Parameters:

NameTypeDescription
shapeLegacyDiagramThe shape to remove from the collection.

Returns: void


removeAt

NameDescription
removeAt (int)Removes the element at the specified index of the collection.

Parameters:

NameTypeDescription
indexintThe zero-based index of the element to remove.

Returns: void


reorder

NameDescription
reorder (int, Connector)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeConnectorShape to move.

Returns: void


reorder

NameDescription
reorder (int, GraphicalObject)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeGraphicalObjectShape to move.

Returns: void


reorder

NameDescription
reorder (int, SmartArtShape)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeSmartArtShapeShape to move.

Returns: void


reorder

NameDescription
reorder (int, Table)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeTableShape to move.

Returns: void


reorder

NameDescription
reorder (int, Shape)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeShapeShape to move.

Returns: void


reorder

NameDescription
reorder (int, Ink)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeInkShape to move.

Returns: void


reorder

NameDescription
reorder (int, GeometryShape)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeGeometryShapeShape to move.

Returns: void


reorder

NameDescription
reorder (int, SummaryZoomFrame)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeSummaryZoomFrameShape to move.

Returns: void


reorder

NameDescription
reorder (int, ZoomFrame)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeZoomFrameShape to move.

Returns: void


reorder

NameDescription
reorder (int, SummaryZoomSection)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeSummaryZoomSectionShape to move.

Returns: void


reorder

NameDescription
reorder (int, OleObjectFrame)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeOleObjectFrameShape to move.

Returns: void


reorder

NameDescription
reorder (int, VideoFrame)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeVideoFrameShape to move.

Returns: void


reorder

NameDescription
reorder (int, SmartArt)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeSmartArtShape to move.

Returns: void


reorder

NameDescription
reorder (int, GroupShape)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeGroupShapeShape to move.

Returns: void


reorder

NameDescription
reorder (int, AutoShape)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeAutoShapeShape to move.

Returns: void


reorder

NameDescription
reorder (int, SectionZoomFrame)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeSectionZoomFrameShape to move.

Returns: void


reorder

NameDescription
reorder (int, PictureFrame)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapePictureFrameShape to move.

Returns: void


reorder

NameDescription
reorder (int, Chart)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeChartShape to move.

Returns: void


reorder

NameDescription
reorder (int, AudioFrame)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeAudioFrameShape to move.

Returns: void


reorder

NameDescription
reorder (int, ZoomObject)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeZoomObjectShape to move.

Returns: void


reorder

NameDescription
reorder (int, LegacyDiagram)Moves a shape from the collection to the specified position.

Parameters:

NameTypeDescription
indexintTarget index.
shapeLegacyDiagramShape to move.

Returns: void


reorder

NameDescription
reorder (int, com.aspose.slides.IShape[])Moves shapes from the collection to the specified position. Shapes will be placed starting from index in order they appear in list.

Parameters:

NameTypeDescription
indexintTarget index.
shapescom.aspose.slides.IShape[]Shapes to move.

Returns: void


size

NameDescription
size ()Gets the number of elements actually contained in the collection. Read-only int.

Returns: int


toArray

NameDescription
toArray ()Creates and returns an array with all shapse in it.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram


toArray

NameDescription
toArray (int, int)Creates and returns an array with all shapes from the specified range in it.

Parameters:

NameTypeDescription
startIndexintAn index of a first shape to return.
countintA number of shapes to return.

Returns: Connector, GraphicalObject, SmartArtShape, Table, Shape, Ink, GeometryShape, SummaryZoomFrame, ZoomFrame, SummaryZoomSection, OleObjectFrame, VideoFrame, SmartArt, GroupShape, AutoShape, SectionZoomFrame, PictureFrame, Chart, AudioFrame, ZoomObject, LegacyDiagram