Class Break
Summary description for 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.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class Break : ParagraphItem, IXDLSSerializable, IParagraphItem, IEntityBase, ILeafWidget, IWidget
Constructors
Break(Break, IParagraph)
Declaration
protected Break(Break docBreak, IParagraph paragraph)
Parameters
Type | Name | Description |
---|---|---|
Break | docBreak | |
IParagraph | paragraph |
Break(IDocument)
Declaration
public Break(IDocument doc)
Parameters
Type | Name | Description |
---|---|---|
IDocument | doc |
Break(IDocument, BreakType)
Declaration
public Break(IDocument doc, BreakType breakType)
Parameters
Type | Name | Description |
---|---|---|
IDocument | doc | Document |
BreakType | breakType | Break type |
Properties
BreakType
Gets break type.
Declaration
public BreakType BreakType { get; }
Property Value
Type |
---|
BreakType |
Methods
Clone(IParagraph)
Declaration
public override IParagraphItem Clone(IParagraph paragraph)
Parameters
Type | Name | Description |
---|---|---|
IParagraph | paragraph |
Returns
Type |
---|
IParagraphItem |
Overrides
CreateLayoutInfo()
Declaration
protected override void CreateLayoutInfo()
Overrides
Measure(CustomGraphics)
Declaration
public SizeF Measure(CustomGraphics graphics)
Parameters
Type | Name | Description |
---|---|---|
CustomGraphics | graphics |
Returns
Type |
---|
System.Drawing.SizeF |
ReadXmlAttributes(IXDLSAttributeReader)
Declaration
protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeReader | reader |
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeWriter | writer |