Click or drag to resize

ShapeGroup Class

Inheritance Hierarchy

Namespace:  Spire.Doc.Fields
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public class ShapeGroup : ShapeObject, ICompositeObject, 
	IDocumentObject

The ShapeGroup type exposes the following members.

Constructors
  NameDescription
Public methodShapeGroup
Initializes a new instance of the ShapeGroup class
Top
Properties
  NameDescription
Public propertyAllowOverlap (Inherited from ShapeBase.)
Public propertyAlternativeText
Gets or sets the alternative text.
(Inherited from ShapeBase.)
Public propertyBehindText (Inherited from ShapeBase.)
Public propertyBottom (Inherited from ShapeBase.)
Public propertyCharacterFormat
Gets shape object's character format.
(Inherited from ShapeObject.)
Public propertyChildObjects (Inherited from ShapeObject.)
Public propertyDeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
(Inherited from ParagraphBase.)
Public propertyDistanceBottom (Inherited from ShapeBase.)
Public propertyDistanceLeft (Inherited from ShapeBase.)
Public propertyDistanceRight (Inherited from ShapeBase.)
Public propertyDistanceTop (Inherited from ShapeBase.)
Public propertyDocument
Gets the document.
(Inherited from OwnerHolder.)
Public propertyDocumentObjectType (Overrides ShapeObjectDocumentObjectType.)
Public propertyFillColor (Inherited from ShapeObject.)
Public propertyFirstChild (Inherited from DocumentObject.)
Public propertyHasImage (Inherited from ShapeObject.)
Public propertyHeight (Inherited from ShapeBase.)
Public propertyHidden
Gets or sets the flag the specifies whether the shape is visible in the document or not.
(Inherited from ShapeBase.)
Public propertyHorizontalAlignment (Inherited from ShapeBase.)
Public propertyHorizontalOrigin (Inherited from ShapeBase.)
Public propertyHorizontalPosition (Inherited from ShapeBase.)
Public propertyInsertRevision
Gets the insert revision for this objects. Note this can be null. If null does not have insert revision.
(Inherited from ParagraphBase.)
Public propertyIsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
Public propertyIsDeleteRevision
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.)
Public propertyIsImage (Inherited from ShapeBase.)
Public propertyIsInsertRevision
Gets a value indicating whether this item was inserted to the document, when "Track Changes" is or was set to "true".
(Inherited from ParagraphBase.)
Public propertyLastChild (Inherited from DocumentObject.)
Public propertyLineStyle (Inherited from ShapeObject.)
Public propertyNextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Public propertyOwner
Gets the owner of this entity.
(Inherited from DocumentObject.)
Public propertyOwnerParagraph
Gets owner paragraph.
(Inherited from ParagraphBase.)
Public propertyPreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
Public propertyRight (Inherited from ShapeBase.)
Public propertyRotation (Inherited from ShapeBase.)
Public propertyShapeType (Inherited from ShapeBase.)
Public propertySize (Inherited from ShapeBase.)
Public propertyStrokeColor (Inherited from ShapeObject.)
Public propertyStrokeWeight (Inherited from ShapeObject.)
Public propertyStyleName
Gets the style name.
(Inherited from ParagraphBase.)
Public propertyTextWrappingStyle (Inherited from ShapeBase.)
Public propertyTextWrappingType (Inherited from ShapeBase.)
Public propertyVerticalAlignment (Inherited from ShapeBase.)
Public propertyVerticalOrigin (Inherited from ShapeBase.)
Public propertyVerticalPosition (Inherited from ShapeBase.)
Public propertyWidth (Inherited from ShapeBase.)
Public propertyWordArt (Inherited from ShapeObject.)
Protected propertyXDLSHolder (Inherited from DocumentSerializable.)
Public propertyZOrder (Inherited from ShapeBase.)
Top
Methods
  NameDescription
Public methodApplyCharacterFormat
Sets the character format.
(Inherited from ParagraphBase.)
Public methodApplyStyle (Inherited from ParagraphBase.)
Public methodClone (Inherited from DocumentObject.)
Protected methodCloneImpl (Inherited from ShapeObject.)
Protected methodCreateLayoutInfo (Overrides ShapeObjectCreateLayoutInfo.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetNextWidgetSibling (Inherited from ParagraphBase.)
Public methodGetPreviousWidgetSibling (Inherited from ParagraphBase.)
Public methodGetType (Inherited from Object.)
Public methodHasKey (Inherited from ShapeBase.)
Protected methodInitXDLSHolder (Inherited from ShapeObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReadXmlAttributes (Inherited from ShapeObject.)
Protected methodReadXmlContent (Inherited from DocumentSerializable.)
Protected methodRestoreReference (Inherited from DocumentSerializable.)
Public methodSetShapeType (Inherited from ShapeBase.)
Public methodToString (Inherited from Object.)
Public methodToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
Protected methodWriteXmlAttributes (Inherited from ShapeObject.)
Protected methodWriteXmlContent (Inherited from DocumentSerializable.)
Top
Fields
  NameDescription
Protected fieldm_charFormat (Inherited from ParagraphBase.)
Protected fieldm_doc (Inherited from OwnerHolder.)
Top
See Also