Name | Description | |
---|---|---|
AlternativeText | 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) | |
BlackWhiteMode | Gets 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) | |
Children | Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Content | Gets the System.Xml.XmlDocument of the ink shape content. | |
Document | Gets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
End | Gets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Guid | Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Hidden | Gets 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) | |
HyperlinkOnClick | Gets the HyperlinkOnAction object specifying hyperlink properties associated with the shape when it is clicked. (Inherited from GrapeCity.Documents.Word.ShapeBase) | |
HyperlinkOnHover | Gets the HyperlinkOnAction object specifying hyperlink properties associated with the shape when the pointer hovers over it. (Inherited from GrapeCity.Documents.Word.ShapeBase) | |
ID | Gets the unique ID of the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase) | |
IsComment | Gets or sets whether the ink is a comment or an annotation. | |
Name | Gets 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) | |
Next | Gets the next ink shape. | |
ParentBody | Gets the parent Body of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
ParentContent | Gets the parent ContentObject of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
ParentRun | Gets the parent Run of the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase) | |
Position | Gets 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) | |
Previous | Gets the previous ink shape. | |
Rotation | Gets the ShapeRotation object that contains properties for rotating the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase) | |
Size | Gets the ShapeSize object that contains properties for sizing the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase) | |
Start | Gets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Title | Gets or sets the title (caption) of the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase) | |
WrapFormat | Gets the ShapeBase.WrapFormat object that contains properties for wrapping text around the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase) |