[]
        
(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
object
InkShape
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Content

Gets the System.Xml.XmlDocument of the ink shape content.

public XmlDocument Content { get; }

Property Value

System.Xml.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