Break Class
Represents breaks in the paragraph, can be a page break, column break or line break.
Inheritance
System.Object
Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
Break
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 Break : ParagraphItem, IXDLSSerializable, IParagraphItem, IEntity, IOfficeRun, ILeafWidget, IWidget
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
CreateLayoutInfo()
Creates layout information.
Declaration
protected override void CreateLayoutInfo()
Overrides
InitXDLSHolder()
Registers child objects in XDSL holder.
Declaration
protected override void InitXDLSHolder()
Overrides
Syncfusion.DocIO.DLS.XML.XDLSSerializableBase.InitXDLSHolder()