Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class GroupShape : Shape
Public Class GroupShape
	Inherits Shape
public ref class GroupShape : public Shape
type GroupShape =  
    class
        inherit Shape
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AddReference()()()() (Inherited from PptObject.)
AlternativeText (Inherited from Shape.)
AlternativeTitle (Inherited from Shape.)
CheckDisposed()()()() (Inherited from PptObject.)
Click (Inherited from Shape.)
Dispose()()()() (Inherited from PptObject.)
DrawIndicatedShape (Inherited from Shape.)
EffectDag (Inherited from Shape.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fill (Inherited from Shape.)
Finalize()()()() (Inherited from PptObject.)
FindParent(Type) (Inherited from PptObject.)
FindParent(array<Type>[]()[][]) (Inherited from PptObject.)
FindParent(Type, Boolean) (Inherited from PptObject.)
FindParents(array<Type>[]()[][]) (Inherited from PptObject.)
Frame (Inherited from Shape.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height (Inherited from Shape.)
Id (Inherited from Shape.)
InsertChart(ChartType) (Inherited from Shape.)
InsertPicture(String) (Inherited from Shape.)
InsertSmartArt(SmartArtLayoutType) (Inherited from Shape.)
InsertTable(Int32, Int32) (Inherited from Shape.)
InsertVideo(String) (Inherited from Shape.)
IsHidden (Inherited from Shape.)
IsPlaceholder (Inherited from Shape.)
IsTextBox (Inherited from Shape.)
Left (Inherited from Shape.)
Line (Overrides Shape..::..Line.)
m_bIsDisposed (Inherited from PptObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MouseOver (Inherited from Shape.)
Name (Inherited from Shape.)
OnDispose()()()() (Inherited from PptObject.)
Parent (Inherited from Shape.)
Placeholder (Inherited from Shape.)
Presentation (Inherited from Shape.)
ReferenceCount (Inherited from PptObject.)
ReleaseReference()()()() (Inherited from PptObject.)
RemovePlaceholder()()()() (Inherited from Shape.)
Rotation (Inherited from Shape.)
SetParent(Object) (Inherited from PptObject.)
SetShapeAlignment(ShapeAlignment) (Inherited from Shape.)
SetShapeArrange(ShapeArrange) (Inherited from Shape.)
ShapeLocking
Shapes
Slide (Inherited from Shape.)
TagsList (Inherited from Shape.)
ThreeD (Inherited from Shape.)
Top (Inherited from Shape.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Width (Inherited from Shape.)
ZOrderPosition (Inherited from Shape.)

Inheritance Hierarchy

System..::..Object
  Spire.Presentation..::..PptObject
    Spire.Presentation..::..Shape
      Spire.Presentation..::..GroupShape

See Also