DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Shape Class

Shape Class Properties

For a list of all members of this type, see Shape members.

Public Properties
 NameDescription
Public Property Gets or sets the alternative text for the shape. This text can be used by assistive technologies or applications that do not display the actual object. (Inherited from GrapeCity.Documents.Word.ShapeBase)
Public PropertyGets or sets how to interpret color information contained within the shape to achieve a color, black and white, or grayscale rendering of the shape.

This property specifies only the rendering mode applied to the shape; it does not affect how the actual color information is persisted.

(Inherited from GrapeCity.Documents.Word.ShapeBase)
Public Property Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
Public PropertyGets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
Public Property Gets the shape effects formatting properties.  
Public PropertyGets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
Public Property Gets the fill formatting properties.  
Public Property Gets or sets the geometry type of this shape.  
Public Property Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject)
Public PropertyGets or sets a value indicating whether this shape is hidden (i.e. present in the document but not visible).

Note that an application can have settings that allow this object to be viewed.

(Inherited from GrapeCity.Documents.Word.ShapeBase)
Public PropertyGets the HyperlinkOnAction object specifying hyperlink properties associated with the shape when it is clicked. (Inherited from GrapeCity.Documents.Word.ShapeBase)
Public PropertyGets the HyperlinkOnAction object specifying hyperlink properties associated with the shape when the pointer hovers over it. (Inherited from GrapeCity.Documents.Word.ShapeBase)
Public Property Gets the unique ID of the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase)
Public Property Gets the line formatting properties.  
Public Property Gets the first linked text frame that participates in a text frame story.  
Public PropertyGets or sets the current shape name.

Typically, this is used to store the original file name of the shape.

(Inherited from GrapeCity.Documents.Word.ShapeBase)
Public Property Gets the next shape.  
Public PropertyGets the Section that owns this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
Public PropertyGets the parent Body of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
Public PropertyGets the parent ContentObject of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
Public PropertyGets the parent Run of the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase)
Public PropertyGets the ShapePosition object that contains properties for positioning the current anchored shape in the document.

Note that if the current shape is an inline shape, this property has no effect.

(Inherited from GrapeCity.Documents.Word.ShapeBase)
Public Property Gets the previous shape.  
Public PropertyGets the ShapeRotation object that contains properties for rotating the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase)
Public PropertyGets the ShapeSize object that contains properties for sizing the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase)
Public PropertyGets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
Public Property Gets the style information for this shape.  
Public Property Gets the text content of this shape.  
Public Property Gets or sets the title (caption) of the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase)
Public PropertyGets the ShapeBase.WrapFormat object that contains properties for wrapping text around the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase)
Top
See Also