Class WInk
Represents an Ink element in a Word document.
Inheritance
System.Object
WInk
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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()