GroupShape class

GroupShape class

Represents a group of shapes in a document. To learn more, visit the How to Add Group Shape into a Word Document documentation article.

Remarks

A GroupShape is a composite node and can have Shape and GroupShape nodes as children.

Each GroupShape defines a new coordinate system for its child shapes. The coordinate system is defined using the Aspose.Words.Drawing.ShapeBase.CoordSize and Aspose.Words.Drawing.ShapeBase.CoordOrigin properties.

Inheritance: GroupShapeShapeBaseCompositeNodeNode

Constructors

NameDescription
GroupShape(doc)Creates a new group shape.

Properties

NameDescription
allowOverlapGets or sets a value that specifies whether this shape can overlap other shapes.
(Inherited from ShapeBase)
alternativeTextDefines alternative text to be displayed instead of a graphic.
(Inherited from ShapeBase)
anchorLockedSpecifies whether the shape’s anchor is locked.
(Inherited from ShapeBase)
aspectRatioLockedSpecifies whether the shape’s aspect ratio is locked.
(Inherited from ShapeBase)
behindTextSpecifies whether the shape is below or above text.
(Inherited from ShapeBase)
bottomGets the position of the bottom edge of the containing block of the shape.
(Inherited from ShapeBase)
bounds2Gets or sets the location and size of the containing block of the shape.
(Inherited from ShapeBase)
boundsInPoints2Gets the location and size of the containing block of the shape in points, relative to the anchor of the topmost shape.
(Inherited from ShapeBase)
boundsWithEffects2Gets final extent that this shape object has after applying drawing effects. Value is measured in points.
(Inherited from ShapeBase)
canHaveImageReturns true if the shape type allows the shape to have an image.
(Inherited from ShapeBase)
coordOrigin2The coordinates at the top-left corner of the containing block of this shape.
(Inherited from ShapeBase)
coordSize2The width and height of the coordinate space inside the containing block of this shape.
(Inherited from ShapeBase)
countGets the number of immediate children of this node.
(Inherited from CompositeNode)
customNodeIdSpecifies custom node identifier.
(Inherited from Node)
distanceBottomReturns or sets the distance (in points) between the document text and the bottom edge of the shape.
(Inherited from ShapeBase)
distanceLeftReturns or sets the distance (in points) between the document text and the left edge of the shape.
(Inherited from ShapeBase)
distanceRightReturns or sets the distance (in points) between the document text and the right edge of the shape.
(Inherited from ShapeBase)
distanceTopReturns or sets the distance (in points) between the document text and the top edge of the shape.
(Inherited from ShapeBase)
documentGets the document to which this node belongs.
(Inherited from Node)
fillGets fill formatting for the shape.
(Inherited from ShapeBase)
firstChildGets the first child of the node.
(Inherited from CompositeNode)
flipOrientationSwitches the orientation of a shape.
(Inherited from ShapeBase)
fontProvides access to the font formatting of this object.
(Inherited from ShapeBase)
glowGets glow formatting for the shape.
(Inherited from ShapeBase)
hasChildNodesReturns true if this node has any child nodes.
(Inherited from CompositeNode)
heightGets or sets the height of the containing block of the shape.
(Inherited from ShapeBase)
heightRelativeGets or sets the value that represents the percentage of shape’s relative height.
(Inherited from ShapeBase)
hiddenGets or sets a boolean value indicating whether the shape is visible.
(Inherited from ShapeBase)
horizontalAlignmentSpecifies how the shape is positioned horizontally.
(Inherited from ShapeBase)
hrefGets or sets the full hyperlink address for a shape.
(Inherited from ShapeBase)
isCompositeReturns true if this node can contain other nodes.
(Inherited from Node)
isDecorativeGets or sets the flag that specifies whether the shape is decorative in the document.
(Inherited from ShapeBase)
isDeleteRevisionReturns true if this object was deleted in Microsoft Word while change tracking was enabled.
(Inherited from ShapeBase)
isGroupReturns true if this is a group shape.
(Inherited from ShapeBase)
isHorizontalRuleReturns true if this shape is a horizontal rule.
(Inherited from ShapeBase)
isImageReturns true if this shape is an image shape.
(Inherited from ShapeBase)
isInlineA quick way to determine if this shape is positioned inline with text.
(Inherited from ShapeBase)
isInsertRevisionReturns true if this object was inserted in Microsoft Word while change tracking was enabled.
(Inherited from ShapeBase)
isLayoutInCellGets or sets a flag indicating whether the shape is displayed inside a table or outside of it.
(Inherited from ShapeBase)
isMoveFromRevisionReturns true if this object was moved (deleted) in Microsoft Word while change tracking was enabled.
(Inherited from ShapeBase)
isMoveToRevisionReturns true if this object was moved (inserted) in Microsoft Word while change tracking was enabled.
(Inherited from ShapeBase)
isSignatureLineIndicates that shape is a SignatureLine.
(Inherited from ShapeBase)
isTopLevelReturns true if this shape is not a child of a group shape.
(Inherited from ShapeBase)
isWordArtReturns true if this shape is a WordArt object.
(Inherited from ShapeBase)
lastChildGets the last child of the node.
(Inherited from CompositeNode)
leftGets or sets the position of the left edge of the containing block of the shape.
(Inherited from ShapeBase)
leftRelativeGets or sets the value that represents shape’s relative left position in percent.
(Inherited from ShapeBase)
markupLanguageGets MarkupLanguage used for this graphic object.
(Inherited from ShapeBase)
nameGets or sets the optional shape name.
(Inherited from ShapeBase)
nextSiblingGets the node immediately following this node.
(Inherited from Node)
nodeTypeReturns NodeType.GroupShape.
parentNodeGets the immediate parent of this node.
(Inherited from Node)
parentParagraphReturns the immediate parent paragraph.
(Inherited from ShapeBase)
previousSiblingGets the node immediately preceding this node.
(Inherited from Node)
rangeReturns a Range object that represents the portion of a document that is contained in this node.
(Inherited from Node)
reflectionGets reflection formatting for the shape.
(Inherited from ShapeBase)
relativeHorizontalPositionSpecifies relative to what the shape is positioned horizontally.
(Inherited from ShapeBase)
relativeHorizontalSizeGets or sets the value of shape’s relative size in horizontal direction.
(Inherited from ShapeBase)
relativeVerticalPositionSpecifies relative to what the shape is positioned vertically.
(Inherited from ShapeBase)
relativeVerticalSizeGets or sets the value of shape’s relative size in vertical direction.
(Inherited from ShapeBase)
rightGets the position of the right edge of the containing block of the shape.
(Inherited from ShapeBase)
rotationDefines the angle (in degrees) that a shape is rotated. Positive value corresponds to clockwise rotation angle.
(Inherited from ShapeBase)
screenTipDefines the text displayed when the mouse pointer moves over the shape.
(Inherited from ShapeBase)
shadowFormatGets shadow formatting for the shape.
(Inherited from ShapeBase)
shapeTypeGets the shape type.
(Inherited from ShapeBase)
sizeInPoints2Gets the size of the shape in points.
(Inherited from ShapeBase)
softEdgeGets soft edge formatting for the shape.
(Inherited from ShapeBase)
targetGets or sets the target frame for the shape hyperlink.
(Inherited from ShapeBase)
titleGets or sets the title (caption) of the current shape object.
(Inherited from ShapeBase)
topGets or sets the position of the top edge of the containing block of the shape.
(Inherited from ShapeBase)
topRelativeGets or sets the value that represents shape’s relative top position in percent.
(Inherited from ShapeBase)
verticalAlignmentSpecifies how the shape is positioned vertically.
(Inherited from ShapeBase)
widthGets or sets the width of the containing block of the shape.
(Inherited from ShapeBase)
widthRelativeGets or sets the value that represents the percentage of shape’s relative width.
(Inherited from ShapeBase)
wrapSideSpecifies how the text is wrapped around the shape.
(Inherited from ShapeBase)
wrapTypeDefines whether the shape is inline or floating. For floating shapes defines the wrapping mode for text around the shape.
(Inherited from ShapeBase)
zorderDetermines the display order of overlapping shapes.
(Inherited from ShapeBase)

Methods

NameDescription
adjustWithEffects(source)Adds to the source rectangle values of the effect extent and returns the final rectangle.
(Inherited from ShapeBase)
appendChild(newChild)Adds the specified node to the end of the list of child nodes for this node.
(Inherited from CompositeNode)
asBody()Cast node to Body.
(Inherited from Node)
asBookmarkEnd()Cast node to BookmarkEnd.
(Inherited from Node)
asBookmarkStart()Cast node to BookmarkStart.
(Inherited from Node)
asBuildingBlock()Cast node to BuildingBlock.
(Inherited from Node)
asCell()Cast node to Cell.
(Inherited from Node)
asComment()Cast node to Comment.
(Inherited from Node)
asCommentRangeEnd()Cast node to CommentRangeEnd.
(Inherited from Node)
asCommentRangeStart()Cast node to CommentRangeStart.
(Inherited from Node)
asCompositeNode()Cast node to CompositeNode.
(Inherited from Node)
asDocument()Cast node to Node.document.
(Inherited from Node)
asEditableRangeEnd()Cast node to EditableRangeEnd.
(Inherited from Node)
asEditableRangeStart()Cast node to EditableRangeStart.
(Inherited from Node)
asFieldEnd()Cast node to FieldEnd.
(Inherited from Node)
asFieldSeparator()Cast node to FieldSeparator.
(Inherited from Node)
asFieldStart()Cast node to FieldStart.
(Inherited from Node)
asFootnote()Cast node to Footnote.
(Inherited from Node)
asFormField()Cast node to FormField.
(Inherited from Node)
asGlossaryDocument()Cast node to GlossaryDocument.
(Inherited from Node)
asGroupShape()Cast node to GroupShape.
(Inherited from Node)
asHeaderFooter()Cast node to HeaderFooter.
(Inherited from Node)
asOfficeMath()Cast node to OfficeMath.
(Inherited from Node)
asParagraph()Cast node to Paragraph.
(Inherited from Node)
asRow()Cast node to Row.
(Inherited from Node)
asRun()Cast node to Run.
(Inherited from Node)
asSection()Cast node to Section.
(Inherited from Node)
asShape()Cast node to Shape.
(Inherited from Node)
asSmartTag()Cast node to SmartTag.
(Inherited from Node)
asSpecialChar()Cast node to SpecialChar.
(Inherited from Node)
asStructuredDocumentTag()Cast node to StructuredDocumentTag.
(Inherited from Node)
asStructuredDocumentTagRangeEnd()Cast node to StructuredDocumentTagRangeEnd.
(Inherited from Node)
asStructuredDocumentTagRangeStart()Cast node to StructuredDocumentTagRangeStart.
(Inherited from Node)
asSubDocument()Cast node to SubDocument.
(Inherited from Node)
asTable()Cast node to Table.
(Inherited from Node)
clone(isCloneChildren)Creates a duplicate of the node.
(Inherited from Node)
getAncestor(ancestorType)Gets the first ancestor of the specified NodeType.
(Inherited from Node)
getBuildingBlock(index, isDeep)Returns an Nth child BuildingBlock node.
(Inherited from CompositeNode)
getChild(nodeType, index, isDeep)Returns an Nth child node that matches the specified type.
(Inherited from CompositeNode)
getChildNodes(nodeType, isDeep)Returns a live collection of child nodes that match the specified type.
(Inherited from CompositeNode)
getComment(index, isDeep)Returns an Nth child Comment node.
(Inherited from CompositeNode)
getEditableRangeStart(index, isDeep)Returns an Nth child EditableRangeStart node.
(Inherited from CompositeNode)
getFootnote(index, isDeep)Returns an Nth child Footnote node.
(Inherited from CompositeNode)
getGroupShape(index, isDeep)Returns an Nth child GroupShape node.
(Inherited from CompositeNode)
getOfficeMath(index, isDeep)Returns an Nth child OfficeMath node.
(Inherited from CompositeNode)
getParagraph(index, isDeep)Returns an Nth child Paragraph node.
(Inherited from CompositeNode)
getRun(index, isDeep)Returns an Nth child Run node.
(Inherited from CompositeNode)
getSdt(index, isDeep)Returns an Nth child StructuredDocumentTag node.
(Inherited from CompositeNode)
getSdtRangeEnd(index, isDeep)Returns an Nth child StructuredDocumentTagRangeEnd node.
(Inherited from CompositeNode)
getSdtRangeStart(index, isDeep)Returns an Nth child StructuredDocumentTagRangeStart node.
(Inherited from CompositeNode)
getShape(index, isDeep)Returns an Nth child Shape node.
(Inherited from CompositeNode)
getShapeRenderer()Creates and returns an object that can be used to render this shape into an image.
(Inherited from ShapeBase)
getSmartTag(index, isDeep)Returns an Nth child SmartTag node.
(Inherited from CompositeNode)
getTable(index, isDeep)Returns an Nth child Table node.
(Inherited from CompositeNode)
getText()Gets the text of this node and of all its children.
(Inherited from Node)
indexOf(child)Returns the index of the specified child node in the child node array.
(Inherited from CompositeNode)
insertAfter(newChild, refChild)Inserts the specified node immediately after the specified reference node.
(Inherited from CompositeNode)
insertBefore(newChild, refChild)Inserts the specified node immediately before the specified reference node.
(Inherited from CompositeNode)
localToParent(value)Converts a value from the local coordinate space into the coordinate space of the parent shape.
(Inherited from ShapeBase)
nextPreOrder(rootNode)Gets next node according to the pre-order tree traversal algorithm.
(Inherited from Node)
nodeTypeToString(nodeType)A utility method that converts a node type enum value into a user friendly string.
(Inherited from Node)
prependChild(newChild)Adds the specified node to the beginning of the list of child nodes for this node.
(Inherited from CompositeNode)
previousPreOrder(rootNode)Gets the previous node according to the pre-order tree traversal algorithm.
(Inherited from Node)
referenceEquals(other)
(Inherited from Node)
remove()Removes itself from the parent.
(Inherited from Node)
removeAllChildren()Removes all the child nodes of the current node.
(Inherited from CompositeNode)
removeChild(oldChild)Removes the specified child node.
(Inherited from CompositeNode)
removeSmartTags()Removes all SmartTag descendant nodes of the current node.
(Inherited from CompositeNode)
selectNodes(xpath)Selects a list of nodes matching the XPath expression.
(Inherited from CompositeNode)
selectSingleNode(xpath)Selects the first Node that matches the XPath expression.
(Inherited from CompositeNode)
toString(saveFormat)Exports the content of the node into a string in the specified format.
(Inherited from Node)
toString(saveOptions)Exports the content of the node into a string using the specified save options.
(Inherited from Node)

See Also