Class PageBreak
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 PageBreak : ParagraphItem, IXDLSSerializable, IParagraphItem, IEntityBase, ILeafWidget, IWidget
Constructors
PageBreak(IDocument)
Declaration
public PageBreak(IDocument doc)
Parameters
Type | Name | Description |
---|---|---|
IDocument | doc |
PageBreak(IParagraph)
Declaration
protected PageBreak(IParagraph paragraph)
Parameters
Type | Name | Description |
---|---|---|
IParagraph | paragraph |
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 |
WriteXmlAttributes(IXDLSAttributeWriter)
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeWriter | writer |