Click or drag to resize

ShapeList Methods

The ShapeList type exposes the following members.

Methods
Name Description
Public method AddFromHtml
Adds text from specified html string.
Public method AddFromSVG
Add svg file into slide.
Public method AddShape
Add a shape to collection from slide.
Public method AppendAudioMedia(RectangleF)
Adds an Audio from CD
Public method AppendAudioMedia(Stream, RectangleF)
Adds a new audio to list.
Public method AppendAudioMedia(String, RectangleF)
Adds a new audio to list.
Public method AppendAudioMedia(Stream, Single, Single)
Adds a new audio to list.
Public method AppendAudioMedia(String, RectangleF, Boolean)
Adds a new audio to list.
Public method AppendAudioMedia(String, Single, Single)
Adds a new audio to list.
Public method AppendAudioMedia(String, Single, Single, Boolean)
Adds a new audio to list.
Public method AppendChart(ChartType, RectangleF)
Adds a new chart.init chart use default data
Public method AppendChart(ChartType, RectangleF, Boolean)
Adds a new chart.
Public method AppendEmbedImage(ShapeType, IImageData, RectangleF)
Add a new embed image to List.
Public method AppendEmbedImage(ShapeType, Stream, RectangleF)
Add a new embed image to List.
Public method AppendEmbedImage(ShapeType, String, RectangleF)
Add a new embed image to List.
Public method AppendOleObject(String, Byte , RectangleF)
Add a new OleObject to Collection
Public method AppendOleObject(String, MemoryStream, RectangleF)
Add a new OleObject to Collection
Public method AppendRoundRectangle
Adds a roundrectangle to list.
Public method AppendShape(ShapeType, RectangleF)
Adds a new shape to list.
Public method AppendShape(ShapeType, PointF, PointF)
Public method AppendShapeConnector
Add new shape connector to collection.
Public method AppendSmartArt
Public method AppendTable
Add a new table to collection.
Public method AppendVideoMedia(Stream, RectangleF)
Add a new video to collection by stream.
Public method AppendVideoMedia(String, RectangleF)
Add a new video to collection. innerLink mode
Public method AppendVideoMedia(String, RectangleF, Boolean)
Add a new video to collection.
Public method CreateChart
clone basechart and insert into shapes
Public method Equals (Overrides Object Equals(Object) .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetEnumerator
Gets an enumerator for the entire collection.
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.
Public method InsertAudioMedia(Int32, RectangleF)
Insert an Audio From CD.
Public method InsertAudioMedia(Int32, Stream, RectangleF)
Insert an audio to collection.
Public method InsertAudioMedia(Int32, String, RectangleF)
Insert an audio to collection.
Public method InsertAudioMedia(Int32, String, RectangleF, Boolean)
Insert an audio to collection.
Public method InsertAudioMedia(Int32, String, Single, Single)
Insert an audio to collection.
Public method InsertAudioMedia(Int32, String, Single, Single, Boolean)
Insert an audio to collection.
Public method InsertChart
Add a new chart to collection.
Public method InsertEmbedImage
Insert a embed image to collection.
Public method InsertOleObject(Int32, String, Byte , RectangleF)
Insert a object to collection.
Public method InsertOleObject(Int32, String, MemoryStream, RectangleF)
Insert a object to collection.
Public method InsertRoundRectangle
Insert a roundrectangle to collection.
Public method InsertShape
Insert a new shape to collection.
Public method InsertShapeConnector
Insert a new shape connector to collection.
Public method InsertTable
Adds a new Table to collection.
Public method InsertVideoMedia
Adds a new video to collection.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method Remove
Removes the first occurrence of a specific shape from the collection.
Public method RemoveAt
Removes the element at the specified index of the collection.
Public method SaveAsEMF
Save shapes to EMF.
Public method SaveAsImage(Int32)
Save shapes to Image.
Public method SaveAsImage(Int32, Int32, Int32)
Save shapes to Image.
Public method ToArray
Creates and returns an array with all shapse in it.
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.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method ZOrder(Int32, IShape)
Change a shape's zorder.
Public method ZOrder(Int32, IShape )
Change shapes's zorder.
Top
See Also