Class SectionLayoutBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Layout
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SectionLayoutBox : LayoutBox, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IBlockContainerLayoutBox
Constructors
SectionLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public SectionLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
Document
|
Document
|
SectionLayoutBox(DocumentElement, DocumentStructureCollection, Boolean)
Declaration
public SectionLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool shouldFragmentize)
Parameters
Document
|
Document
|
System.
|
Properties
AssociatedSection
CanCreateLayoutBoxesFromContent
Declaration
protected override bool CanCreateLayoutBoxesFromContent { get; }
Property Value
System.
|
Overrides
HasVisualRepresentation
Declaration
public override bool HasVisualRepresentation { get; }
Property Value
System.
|
Overrides
IsTopContainer
Declaration
public override bool IsTopContainer { get; }
Property Value
System.
|
Overrides
PageNumber
Declaration
public int PageNumber { get; }
Property Value
System.
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
Size
|
Returns
Overrides
CanGrowVerticallyOverride(Single)
Declaration
protected override bool? CanGrowVerticallyOverride(float desiredHeight)
Parameters
System.
|
Returns
System.
|
Overrides
CreateLayoutBoxesFromContent(LayoutElementCollection)
Declaration
protected void CreateLayoutBoxesFromContent(LayoutElementCollection fragmentList)
Parameters
Layout
|
CreateLayoutElement()
Declaration
public override LayoutElement CreateLayoutElement()
Returns
Overrides
GetFooter()
GetFooterContentMargins()
GetFooterHeight()
GetHeader()
GetHeaderContentMargins()
Gets the margin of the header content inside the top page margin.
Declaration
public Padding GetHeaderContentMargins()
Returns
GetHeaderFooterType()
GetHeaderHeight()
Gets the height of the header.
Declaration
public float GetHeaderHeight()
Returns
System.
|
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
Size
|
Returns
Overrides
SetFooter(Footer)
SetHeader(Header)
Sets the header.
Declaration
public void SetHeader(Header header)
Parameters
Header
header
The header. |