WInk Class
Represents an Ink element in a Word document.
Inheritance
System.Object
Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
WInk
Inherited Members
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class WInk : ShapeBase, IXDLSSerializable, IParagraphItem, IOfficeRun, IEntity, ILeafWidget, IWidget
Properties
EntityType
Gets the type of the entity.
Declaration
public override EntityType EntityType { get; }
Property Value
| Type |
|---|
| EntityType |
Overrides
Traces
Gets the collection of ink traces within this ink object.
Declaration
public IOfficeInkTraces Traces { get; }
Property Value
| Type | Description |
|---|---|
| IOfficeInkTraces | An IOfficeInkTraces object representing the collection of ink strokes. |
Methods
CloneImpl()
Creates a duplicate copy of the entity.
Declaration
protected override object CloneImpl()
Returns
| Type | Description |
|---|---|
| System.Object | A reference to the newly created object. |
Overrides
CreateLayoutInfo()
Creates layout information.
Declaration
protected override void CreateLayoutInfo()