Click or drag to resize

ShapeCollection Methods

The ShapeCollection type exposes the following members.

Methods
Name Description
Public method AddFromHtml
Adds text from specified html string.
(Inherited from ShapeList .)
Public method AddFromSVG
Add svg file into slide.
(Inherited from ShapeList .)
Public method AddShape
Add a shape to collection from slide.
(Inherited from ShapeList .)
Public method AppendAudioMedia(RectangleF)
Adds an Audio from CD
(Inherited from ShapeList .)
Public method AppendAudioMedia(Stream, RectangleF)
Adds a new audio to list.
(Inherited from ShapeList .)
Public method AppendAudioMedia(String, RectangleF)
Adds a new audio to list.
(Inherited from ShapeList .)
Public method AppendAudioMedia(Stream, Single, Single)
Adds a new audio to list.
(Inherited from ShapeList .)
Public method AppendAudioMedia(String, RectangleF, Boolean)
Adds a new audio to list.
(Inherited from ShapeList .)
Public method AppendAudioMedia(String, Single, Single)
Adds a new audio to list.
(Inherited from ShapeList .)
Public method AppendAudioMedia(String, Single, Single, Boolean)
Adds a new audio to list.
(Inherited from ShapeList .)
Public method AppendChart(ChartType, RectangleF)
Adds a new chart.init chart use default data
(Inherited from ShapeList .)
Public method AppendChart(ChartType, RectangleF, Boolean)
Adds a new chart.
(Inherited from ShapeList .)
Public method AppendEmbedImage(ShapeType, IImageData, RectangleF)
Add a new embed image to List.
(Inherited from ShapeList .)
Public method AppendEmbedImage(ShapeType, Stream, RectangleF)
Add a new embed image to List.
(Inherited from ShapeList .)
Public method AppendEmbedImage(ShapeType, String, RectangleF)
Add a new embed image to List.
(Inherited from ShapeList .)
Public method AppendOleObject(String, Byte , RectangleF)
Add a new OleObject to Collection
(Inherited from ShapeList .)
Public method AppendOleObject(String, MemoryStream, RectangleF)
Add a new OleObject to Collection
(Inherited from ShapeList .)
Public method AppendRoundRectangle
Adds a roundrectangle to list.
(Inherited from ShapeList .)
Public method AppendShape(ShapeType, RectangleF)
Adds a new shape to list.
(Inherited from ShapeList .)
Public method AppendShape(ShapeType, PointF, PointF) (Inherited from ShapeList .)
Public method AppendShapeConnector
Add new shape connector to collection.
(Inherited from ShapeList .)
Public method AppendSmartArt (Inherited from ShapeList .)
Public method AppendTable
Add a new table to collection.
(Inherited from ShapeList .)
Public method AppendVideoMedia(Stream, RectangleF)
Add a new video to collection by stream.
(Inherited from ShapeList .)
Public method AppendVideoMedia(String, RectangleF)
Add a new video to collection. innerLink mode
(Inherited from ShapeList .)
Public method AppendVideoMedia(String, RectangleF, Boolean)
Add a new video to collection.
(Inherited from ShapeList .)
Public method CopyTo
Copies all elements from the collection to the specified array.
Public method CreateChart
clone basechart and insert into shapes
(Inherited from ShapeList .)
Public method Equals (Overrides ShapeList Equals(Object) .)
Public method GetEnumerator
Gets an enumerator for the entire collection.
(Inherited from ShapeList .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IndexOf
Gets the index of the first occurrence of a shape in the collection.
(Inherited from ShapeList .)
Public method InsertAudioMedia(Int32, RectangleF)
Insert an Audio From CD.
(Inherited from ShapeList .)
Public method InsertAudioMedia(Int32, Stream, RectangleF)
Insert an audio to collection.
(Inherited from ShapeList .)
Public method InsertAudioMedia(Int32, String, RectangleF)
Insert an audio to collection.
(Inherited from ShapeList .)
Public method InsertAudioMedia(Int32, String, RectangleF, Boolean)
Insert an audio to collection.
(Inherited from ShapeList .)
Public method InsertAudioMedia(Int32, String, Single, Single)
Insert an audio to collection.
(Inherited from ShapeList .)
Public method InsertAudioMedia(Int32, String, Single, Single, Boolean)
Insert an audio to collection.
(Inherited from ShapeList .)
Public method InsertChart
Add a new chart to collection.
(Inherited from ShapeList .)
Public method InsertEmbedImage
Insert a embed image to collection.
(Inherited from ShapeList .)
Public method InsertOleObject(Int32, String, Byte , RectangleF)
Insert a object to collection.
(Inherited from ShapeList .)
Public method InsertOleObject(Int32, String, MemoryStream, RectangleF)
Insert a object to collection.
(Inherited from ShapeList .)
Public method InsertRoundRectangle
Insert a roundrectangle to collection.
(Inherited from ShapeList .)
Public method InsertShape
Insert a new shape to collection.
(Inherited from ShapeList .)
Public method InsertShapeConnector
Insert a new shape connector to collection.
(Inherited from ShapeList .)
Public method InsertTable
Adds a new Table to collection.
(Inherited from ShapeList .)
Public method InsertVideoMedia
Adds a new video to collection.
(Inherited from ShapeList .)
Public method Remove
Removes the first occurrence of a specific shape from the collection.
(Inherited from ShapeList .)
Public method RemoveAt
Removes the element at the specified index of the collection.
(Inherited from ShapeList .)
Public method SaveAsEMF
Save shapes to EMF.
(Inherited from ShapeList .)
Public method SaveAsImage(Int32)
Save shapes to Image.
(Inherited from ShapeList .)
Public method SaveAsImage(Int32, Int32, Int32)
Save shapes to Image.
(Inherited from ShapeList .)
Public method ToArray
Creates and returns an array with all shapse in it.
(Inherited from ShapeList .)
Public method ToArray(Int32, Int32)
Creates and returns an array with all shapes from the specified range in it. An index of a first shape to return.A number of shapes to return.
(Inherited from ShapeList .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method ZOrder(Int32, IShape)
Change a shape's zorder.
(Inherited from ShapeList .)
Public method ZOrder(Int32, IShape )
Change shapes's zorder.
(Inherited from ShapeList .)
Top
See Also