[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InkShape

Class InkShape

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents an ink shape in a body content.

public class InkShape : ShapeBase, IBrowsable<InkShape>
Inheritance
InkShape
Implements
Inherited Members

Properties

Content

Gets the XmlDocument of the ink shape content.

public XmlDocument Content { get; }

Property Value

XmlDocument

IsComment

Gets or sets whether the ink is a comment or an annotation.

public bool IsComment { get; set; }

Property Value

bool

Next

Gets the next ink shape.

public InkShape Next { get; }

Property Value

InkShape

Previous

Gets the previous ink shape.

public InkShape Previous { get; }

Property Value

InkShape