ClassSectionProperties
Definition
Namespace:Telerik.WinForms.Documents.Model.Styles
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class SectionProperties : DocumentElementPropertiesBase, IElementWithStyle
Inheritance: objectDocumentElementPropertiesBaseSectionProperties
Implements:
Inherited Members
Constructors
SectionProperties()
Declaration
public SectionProperties()
SectionProperties(DocumentElement)
Declaration
public SectionProperties(DocumentElement owner)
Parameters
owner
SectionProperties(StyleDefinition)
Declaration
public SectionProperties(StyleDefinition owner)
Parameters
owner
Properties
Columns
Declaration
[XamlCompositePropertySerializable]
public SectionColumnCollection Columns { get; set; }
Property Value
EndnotesFirstNumber
Declaration
[XamlSerializable]
public int EndnotesFirstNumber { get; set; }
Property Value
EndnotesNumberingFormat
Declaration
[XamlSerializable]
public ListNumberingFormat EndnotesNumberingFormat { get; set; }
Property Value
EndnotesNumberingRestartType
Declaration
[XamlSerializable]
public NumberingRestartType EndnotesNumberingRestartType { get; set; }
Property Value
FooterBottomMargin
Declaration
[XamlSerializable]
public int FooterBottomMargin { get; set; }
Property Value
FootnotesFirstNumber
Declaration
[XamlSerializable]
public int FootnotesFirstNumber { get; set; }
Property Value
FootnotesNumberingFormat
Declaration
[XamlSerializable]
public ListNumberingFormat FootnotesNumberingFormat { get; set; }
Property Value
FootnotesNumberingRestartType
Declaration
[XamlSerializable]
public NumberingRestartType FootnotesNumberingRestartType { get; set; }
Property Value
HasDifferentFirstPageHeaderFooter
Declaration
[XamlSerializable]
public bool HasDifferentFirstPageHeaderFooter { get; set; }
Property Value
HeaderTopMargin
Declaration
[XamlSerializable]
public int HeaderTopMargin { get; set; }
Property Value
LineNumbering
Gets or sets the line numbering in the Section.
Declaration
[XamlCompositePropertySerializable]
public LineNumbering LineNumbering { get; set; }
Property Value
The line numbering.
PageMargin
Declaration
[XamlSerializable]
public Padding PageMargin { get; set; }
Property Value
PageOrientation
Declaration
[XamlSerializable]
public PageOrientation PageOrientation { get; set; }
Property Value
PageSize
Declaration
[XamlSerializable]
public Size PageSize { get; set; }
Property Value
PreviousSectionBreakType
Declaration
[XamlSerializable]
public SectionBreakType PreviousSectionBreakType { get; set; }
Property Value
Methods
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
Overrides
InitProperties()
Declaration
protected override void InitProperties()
Overrides