Click or drag to resize

Shape Methods

The Shape type exposes the following members.

Methods
Name Description
Protected method AddReference (Inherited from PptObject .)
Protected method CheckDisposed (Inherited from PptObject .)
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals (Overrides Object Equals(Object) .)
Protected method Finalize (Inherited from PptObject .)
Protected method FindParent(Type) (Inherited from PptObject .)
Protected method FindParent( Type ) (Inherited from PptObject .)
Protected method FindParent(Type, Boolean) (Inherited from PptObject .)
Protected method FindParents (Inherited from PptObject .)
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 InsertChart
Insert a chart into placeholder shape.
Public method InsertPicture(Stream)
Public method InsertPicture(String)
Insert a picture into placeholder shape.
Public method InsertSmartArt
Insert a smartArt into placeholder shape.
Public method InsertTable
Insert a table into placeholder shape.
Public method InsertVideo
Insert a video into placeholder shape.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnDispose
Method which can be overriden by users to take any specific actions when object is disposed.
(Inherited from PptObject .)
Protected method ReleaseReference (Inherited from PptObject .)
Public method RemovePlaceholder
Removes placeholder from the shape.
Public method ReplaceTextWithRegex
Replace text in shape with regex.
Public method SaveAsImage
Save shape to Image.
Public method SaveAsSvg
Convert a shape to svg file.
Public method SaveAsSvgInSlide
Convert a shape to svg file in canvas with slide size.
Protected method SetParent (Inherited from PptObject .)
Public method SetShapeAlignment
Sets the alignment with a shape.
Public method SetShapeArrange
Sets the arrangement with a shape.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also