Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class ShapeGroup : ShapeObject, ICompositeObject, 
	IDocumentObject
Public Class ShapeGroup
	Inherits ShapeObject
	Implements ICompositeObject, IDocumentObject
public ref class ShapeGroup : public ShapeObject, 
	ICompositeObject, IDocumentObject
type ShapeGroup =  
    class
        inherit ShapeObject
        interface ICompositeObject
        interface IDocumentObject
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ShapeGroup(Document)
Initializes a new instance of the ShapeGroup class
AllowOverlap (Inherited from ShapeBase.)
ApplyCharacterFormat(CharacterFormat)
Sets the character format.
(Inherited from ParagraphBase.)
ApplyStyle(String) (Inherited from ParagraphBase.)
BehindText (Inherited from ShapeBase.)
Bottom (Inherited from ShapeBase.)
CharacterFormat
Gets shape object's character format.
(Inherited from ShapeObject.)
ChildObjects (Inherited from ShapeObject.)
Clone()()()() (Inherited from DocumentObject.)
CloneImpl()()()() (Inherited from ShapeObject.)
CreateLayoutInfo()()()() (Overrides ShapeObject..::..CreateLayoutInfo()()()().)
DeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
(Inherited from ParagraphBase.)
DistanceBottom (Inherited from ShapeBase.)
DistanceLeft (Inherited from ShapeBase.)
DistanceRight (Inherited from ShapeBase.)
DistanceTop (Inherited from ShapeBase.)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType (Overrides ShapeObject..::..DocumentObjectType.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillColor (Inherited from ShapeObject.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstChild (Inherited from DocumentObject.)
GetAncestor(DocumentObjectType) (Inherited from ParagraphBase.)
GetDirectShapeAttribute(Int32) (Inherited from ShapeBase.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInheritedShapeAttribute(Int32) (Inherited from ShapeBase.)
GetNextWidgetSibling()()()() (Inherited from ParagraphBase.)
GetPreviousWidgetSibling()()()() (Inherited from ParagraphBase.)
GetShapeAttribute(Int32) (Inherited from ShapeBase.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasImage (Inherited from ShapeObject.)
HasKey(Int32) (Inherited from ShapeBase.)
Height (Inherited from ShapeBase.)
Hidden
Gets or sets the flag the specifies whether the shape is visible in the document or not.
(Inherited from ShapeBase.)
HorizontalAlignment (Inherited from ShapeBase.)
HorizontalOrigin (Inherited from ShapeBase.)
HorizontalPosition (Inherited from ShapeBase.)
InitXDLSHolder()()()() (Inherited from ShapeObject.)
InsertRevision
Gets the insert revision for this objects. Note this can be null. If null does not have insert revision.
(Inherited from ParagraphBase.)
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
IsDeleteRevision
Gets or set a value indicating whether this item was deleted from the document, when "Track Changes" is or was set to "true".
(Inherited from ParagraphBase.)
IsImage (Inherited from ShapeBase.)
IsInsertRevision
Gets a value indicating whether this item was inserted to the document, when "Track Changes" is or was set to "true".
(Inherited from ParagraphBase.)
LastChild (Inherited from DocumentObject.)
LineStyle (Inherited from ShapeObject.)
LocalToParent(PointF) (Inherited from ShapeBase.)
m_charFormat (Inherited from ParagraphBase.)
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Owner
Gets the owner of this entity.
(Inherited from DocumentObject.)
OwnerParagraph
Gets owner paragraph.
(Inherited from ParagraphBase.)
ParentParagraph (Inherited from ShapeBase.)
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from ShapeObject.)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RemoveShapeAttribute(Int32) (Inherited from ShapeBase.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
Right (Inherited from ShapeBase.)
Rotation (Inherited from ShapeBase.)
SetShapeAttr(Int32, Object) (Inherited from ShapeBase.)
SetShapeAttribute(Int32, Object) (Inherited from ShapeBase.)
SetShapeType(ShapeType) (Inherited from ShapeBase.)
ShapeType (Inherited from ShapeBase.)
Size (Inherited from ShapeBase.)
StrokeColor (Inherited from ShapeObject.)
StrokeWeight (Inherited from ShapeObject.)
StyleName
Gets the style name.
(Inherited from ParagraphBase.)
TextWrappingStyle (Inherited from ShapeBase.)
TextWrappingType (Inherited from ShapeBase.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
VerticalAlignment (Inherited from ShapeBase.)
VerticalOrigin (Inherited from ShapeBase.)
VerticalPosition (Inherited from ShapeBase.)
Width (Inherited from ShapeBase.)
WordArt (Inherited from ShapeObject.)
WriteXmlAttributes(IXDLSAttributeWriter) (Inherited from ShapeObject.)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)
ZOrder (Inherited from ShapeBase.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..OwnerHolder
    Spire.Doc.Documents.XML..::..DocumentSerializable
      Spire.Doc..::..DocumentObject
        Spire.Doc..::..DocumentBase
          Spire.Doc.Fields..::..ParagraphBase
            Spire.Doc.Fields.Shape..::..ShapeBase
              Spire.Doc.Fields..::..ShapeObject
                Spire.Doc.Fields..::..ShapeGroup

See Also