Class Break
Represents breaks in the paragraph, can be a page break, column break or line break.
Inherited Members
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class Break : ParagraphItem, IXDLSSerializable, IWidget, IParagraphItem, IEntity, IOfficeRun
Constructors
Break(IWordDocument)
Initializes a new instance of the Break class.
Declaration
public Break(IWordDocument doc)
Parameters
Type | Name | Description |
---|---|---|
IWordDocument | doc | The WordDocument object. |
Break(IWordDocument, BreakType)
Initializes a new instance of the Break class.
Declaration
public Break(IWordDocument doc, BreakType breakType)
Parameters
Type | Name | Description |
---|---|---|
IWordDocument | doc | The WordDocument object. |
BreakType | breakType | The BreakType member that specifies the break type. |
Properties
BreakType
Gets the type of the break.
Declaration
public BreakType BreakType { get; }
Property Value
Type | Description |
---|---|
BreakType | The BreakType member that specifies the break type. |
EntityType
Gets the type of the entity.
Declaration
public override EntityType EntityType { get; }
Property Value
Type | Description |
---|---|
EntityType | The EntityType of the current item. |
Overrides
Methods
CloneImpl()
Clones itself.
Declaration
protected override object CloneImpl()
Returns
Type | Description |
---|---|
System.Object | An object that represents the cloned copy. |
Overrides
InitXDLSHolder()
Registers child objects in XDSL holder.
Declaration
protected override void InitXDLSHolder()
Overrides
ReadXmlAttributes(IXDLSAttributeReader)
Reads object data from xml attributes.
Declaration
protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeReader | reader | The IXDLSAttributeReader object. |
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Writes object data as xml attributes.
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeWriter | writer | The IXDLSAttributeWriter object. |