Class SectionProperties
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.Model.Styles
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SectionProperties : DocumentElementPropertiesBase, IElementWithStyle
Constructors
SectionProperties()
Declaration
public SectionProperties()
SectionProperties(DocumentElement)
SectionProperties(StyleDefinition)
Properties
ActualPageMargin
Columns
Declaration
[XamlCompositePropertySerializable]
public SectionColumnCollection Columns { get; set; }
Property Value
SectionColumnCollection
|
EndnotesFirstNumber
Declaration
[XamlSerializable]
public int EndnotesFirstNumber { get; set; }
Property Value
System.Int32
|
EndnotesNumberingFormat
Declaration
[XamlSerializable]
public ListNumberingFormat EndnotesNumberingFormat { get; set; }
Property Value
ListNumberingFormat
|
EndnotesNumberingRestartType
Declaration
[XamlSerializable]
public NumberingRestartType EndnotesNumberingRestartType { get; set; }
Property Value
NumberingRestartType
|
FooterBottomMargin
FootnotesFirstNumber
Declaration
[XamlSerializable]
public int FootnotesFirstNumber { get; set; }
Property Value
System.Int32
|
FootnotesNumberingFormat
Declaration
[XamlSerializable]
public ListNumberingFormat FootnotesNumberingFormat { get; set; }
Property Value
ListNumberingFormat
|
FootnotesNumberingRestartType
Declaration
[XamlSerializable]
public NumberingRestartType FootnotesNumberingRestartType { get; set; }
Property Value
NumberingRestartType
|
HasDifferentFirstPageHeaderFooter
HeaderTopMargin
Declaration
[XamlSerializable]
public int HeaderTopMargin { get; set; }
Property Value
System.Int32
|
LineNumbering
Gets or sets the line numbering in the Section.
Declaration
[XamlCompositePropertySerializable]
public LineNumbering LineNumbering { get; set; }
Property Value
LineNumbering
The line numbering. |
PageMargin
PageOrientation
Declaration
[XamlSerializable]
public PageOrientation PageOrientation { get; set; }
Property Value
PageOrientation
|
PageSize
PreviousSectionBreakType
Declaration
[XamlSerializable]
public SectionBreakType PreviousSectionBreakType { get; set; }
Property Value
SectionBreakType
|
Methods
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
DocumentElementPropertiesBase
|
Overrides
InitProperties()
Declaration
protected override void InitProperties()