ShapeList Class |
Namespace: Spire.Presentation.Collections
The ShapeList type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the collection.
Read-only
Int32
.
|
|
|
Item |
Gets the element at the specified index.
Read-only
Shape
.
|
|
|
Parent |
Gets parent object for a Shapes collection.
Read-only
Object
. See also
IActivePresentation
.
|
| Name | Description | |
|---|---|---|
|
|
AddFromHtml |
Adds text from specified html string.
|
|
|
AddFromSVG |
Add svg file into slide.
|
|
|
AddShape |
Add a shape to collection from slide.
|
|
|
AppendAudioMedia(RectangleF) |
Adds an Audio from CD
|
|
|
AppendAudioMedia(Stream, RectangleF) |
Adds a new audio to list.
|
|
|
AppendAudioMedia(String, RectangleF) |
Adds a new audio to list.
|
|
|
AppendAudioMedia(Stream, Single, Single) |
Adds a new audio to list.
|
|
|
AppendAudioMedia(String, RectangleF, Boolean) |
Adds a new audio to list.
|
|
|
AppendAudioMedia(String, Single, Single) |
Adds a new audio to list.
|
|
|
AppendAudioMedia(String, Single, Single, Boolean) |
Adds a new audio to list.
|
|
|
AppendChart(ChartType, RectangleF) |
Adds a new chart.init chart use default data
|
|
|
AppendChart(ChartType, RectangleF, Boolean) |
Adds a new chart.
|
|
|
AppendEmbedImage(ShapeType, IImageData, RectangleF) |
Add a new embed image to List.
|
|
|
AppendEmbedImage(ShapeType, Stream, RectangleF) |
Add a new embed image to List.
|
|
|
AppendEmbedImage(ShapeType, String, RectangleF) |
Add a new embed image to List.
|
|
|
AppendOleObject(String, Byte , RectangleF) |
Add a new OleObject to Collection
|
|
|
AppendOleObject(String, MemoryStream, RectangleF) |
Add a new OleObject to Collection
|
|
|
AppendRoundRectangle |
Adds a roundrectangle to list.
|
|
|
AppendShape(ShapeType, RectangleF) |
Adds a new shape to list.
|
|
|
AppendShape(ShapeType, PointF, PointF) | |
|
|
AppendShapeConnector |
Add new shape connector to collection.
|
|
|
AppendSmartArt | |
|
|
AppendTable |
Add a new table to collection.
|
|
|
AppendVideoMedia(Stream, RectangleF) |
Add a new video to collection by stream.
|
|
|
AppendVideoMedia(String, RectangleF) |
Add a new video to collection. innerLink mode
|
|
|
AppendVideoMedia(String, RectangleF, Boolean) |
Add a new video to collection.
|
|
|
CreateChart |
clone basechart and insert into shapes
|
|
|
Equals | (Overrides Object Equals(Object) .) |
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
IndexOf |
Gets the index of the first occurrence of a shape in the collection.
|
|
|
InsertAudioMedia(Int32, RectangleF) |
Insert an Audio From CD.
|
|
|
InsertAudioMedia(Int32, Stream, RectangleF) |
Insert an audio to collection.
|
|
|
InsertAudioMedia(Int32, String, RectangleF) |
Insert an audio to collection.
|
|
|
InsertAudioMedia(Int32, String, RectangleF, Boolean) |
Insert an audio to collection.
|
|
|
InsertAudioMedia(Int32, String, Single, Single) |
Insert an audio to collection.
|
|
|
InsertAudioMedia(Int32, String, Single, Single, Boolean) |
Insert an audio to collection.
|
|
|
InsertChart |
Add a new chart to collection.
|
|
|
InsertEmbedImage |
Insert a embed image to collection.
|
|
|
InsertOleObject(Int32, String, Byte , RectangleF) |
Insert a object to collection.
|
|
|
InsertOleObject(Int32, String, MemoryStream, RectangleF) |
Insert a object to collection.
|
|
|
InsertRoundRectangle |
Insert a roundrectangle to collection.
|
|
|
InsertShape |
Insert a new shape to collection.
|
|
|
InsertShapeConnector |
Insert a new shape connector to collection.
|
|
|
InsertTable |
Adds a new Table to collection.
|
|
|
InsertVideoMedia |
Adds a new video to collection.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Remove |
Removes the first occurrence of a specific shape from the collection.
|
|
|
RemoveAt |
Removes the element at the specified index of the collection.
|
|
|
SaveAsEMF |
Save shapes to EMF.
|
|
|
SaveAsImage(Int32) |
Save shapes to Image.
|
|
|
SaveAsImage(Int32, Int32, Int32) |
Save shapes to Image.
|
|
|
ToArray |
Creates and returns an array with all shapse in it.
|
|
|
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.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
|
|
ZOrder(Int32, IShape) |
Change a shape's zorder.
|
|
|
ZOrder(Int32, IShape ) |
Change shapes's zorder.
|