WCanvas Class
Represents a canvas element in a Word document that can contain multiple drawing objects.
Inheritance
System.Object
Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
WCanvas
Inherited Members
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class WCanvas : ShapeBase, IXDLSSerializable, IParagraphItem, IOfficeRun, IEntity, ILeafWidget, IWidget
Properties
EntityType
Gets the type of the entity, which is Canvas in this case.
Declaration
public override EntityType EntityType { get; }
Property Value
Type | Description |
---|---|
EntityType | A value of the EntityType enumeration that represents the entity type. |
Overrides
Methods
CloneImpl()
Creates a duplicate copy of the WCanvas.
Declaration
protected override object CloneImpl()
Returns
Type | Description |
---|---|
System.Object | The reference of the newly created object. |
Overrides
CreateLayoutInfo()
Creates the layout information for the canvas.
Declaration
protected override void CreateLayoutInfo()