Click or drag to resize

GroupShape Class

Represents a group of shapes on a slide.
Inheritance Hierarchy
System Object
Spire.Presentation PptObject
Spire.Presentation Shape
Spire.Presentation GroupShape

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class GroupShape : Shape

The GroupShape type exposes the following members.

Properties
Name Description
Public property AlternativeText
Gets or sets the alternative text associated with a shape. Read/write String .
(Inherited from Shape .)
Public property AlternativeTitle
Gets or sets the alternative title associated with a shape. Read/write String
(Inherited from Shape .)
Public property Click
Gets or sets the hyperlink defined for mouse click. Read/write ClickHyperlink .
(Inherited from Shape .)
Public property DrawIndicatedShape (Inherited from Shape .)
Public property EffectDag
Gets the EffectDag object which contains pixel effects applied to a shape. Read-only EffectDag
(Inherited from Shape .)
Public property Fill
Gets the FillFormat object that contains fill formatting properties for a shape. Read-only Fill . Note: can return null for certain types of shapes which don't have fill properties.
(Inherited from Shape .)
Public property Frame
Gets or sets the shape frame's properties. Read/write GraphicFrame .
(Inherited from Shape .)
Public property Height
Gets or sets the height of the shape. Read/write Int32 .
(Inherited from Shape .)
Public property Id (Inherited from Shape .)
Public property IsHidden
Indicates whether the shape is hidden. Read/write Boolean .
(Inherited from Shape .)
Public property IsPlaceholder
Indicates whether the shape is Placeholder. Read-only Boolean .
(Inherited from Shape .)
Public property IsTextBox
Indicates whether the shape is TextBox. Read-only Boolean .
(Inherited from Shape .)
Public property Left
Gets or sets the x-coordinate of the upper-left corner of the shape. Read/write Int32 .
(Inherited from Shape .)
Public property Line
Gets the LineFormat object that contains line formatting properties for a shape. Read-only Line .
(Overrides Shape Line .)
Public property MouseOver
Gets or sets the hyperlink defined for mouse over. Read/write ClickHyperlink .
(Inherited from Shape .)
Public property Name
Gets or sets the name of a shape. Read/write String .
(Inherited from Shape .)
Public property Parent
Gets the parent slide of a shape. Read-only ActiveSlide .
(Inherited from Shape .)
Public property Placeholder
Gets the placeholder for a shape. Read-only Placeholder .
(Inherited from Shape .)
Public property Presentation (Inherited from Shape .)
Protected property ReferenceCount (Inherited from PptObject .)
Public property Rotation
Gets or sets the number of degrees the specified shape is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Read/write Single .
(Inherited from Shape .)
Public property ShapeLocking
Gets shape's locks. Readonly GroupShapeLocking .
Public property Shapes
Gets the collection of shapes inside the group. Read-only ShapeCollection .
Public property Slide
Gets the parent slide of a shape. Read-only ActiveSlide .
(Inherited from Shape .)
Public property TagsList
Gets the shape's tags collection. Read-only TagCollection .
(Inherited from Shape .)
Public property ThreeD
Gets the FormatThreeD object that 3d effect properties for a shape. Read-only FormatThreeD .
(Inherited from Shape .)
Public property Top
Gets or sets the y-coordinate of the upper-left corner of the shape. Read/write Int32 .
(Inherited from Shape .)
Public property Width
Gets or sets the width of the shape. Read/write Int32 .
(Inherited from Shape .)
Public property ZOrderPosition
Gets or sets the position of a shape in the z-order. Shapes[0] returns the shape at the back of the z-order, and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order. Read/Write Int32 .
(Inherited from Shape .)
Top
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 Shape 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.
(Inherited from Shape .)
Public method InsertPicture(Stream) (Inherited from Shape .)
Public method InsertPicture(String)
Insert a picture into placeholder shape.
(Inherited from Shape .)
Public method InsertSmartArt
Insert a smartArt into placeholder shape.
(Inherited from Shape .)
Public method InsertTable
Insert a table into placeholder shape.
(Inherited from Shape .)
Public method InsertVideo
Insert a video into placeholder shape.
(Inherited from 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.
(Inherited from Shape .)
Public method ReplaceTextWithRegex
Replace text in shape with regex.
(Inherited from Shape .)
Public method SaveAsImage
Save shape to Image.
(Inherited from Shape .)
Public method SaveAsSvg
Convert a shape to svg file.
(Inherited from Shape .)
Public method SaveAsSvgInSlide
Convert a shape to svg file in canvas with slide size.
(Inherited from Shape .)
Protected method SetParent (Inherited from PptObject .)
Public method SetShapeAlignment
Sets the alignment with a shape.
(Inherited from Shape .)
Public method SetShapeArrange
Sets the arrangement with a shape.
(Inherited from Shape .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_bIsDisposed (Inherited from PptObject .)
Top
See Also