WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISection - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISection

    Interface publishes section functionality

    Inherited Members
    ITextBody.AddParagraph()
    ITextBody.InsertHTML(String)
    ITextBody.InsertHTML(String, Int32)
    ITextBody.InsertHTML(String, Int32, Int32)
    ITextBody.Paragraphs
    IEntityBase.Document
    IEntityBase.Owner
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface ISection : ITextBody, IEntityBase

    Properties

    BreakCode

    Gets / sets break code.

    Declaration
    SectionBreakCode BreakCode { get; set; }
    Property Value
    Type Description
    SectionBreakCode

    Columns

    Get collection of columns which logically divide page on many printing/publishing areas.

    Declaration
    ColumnCollection Columns { get; }
    Property Value
    Type Description
    ColumnCollection

    HeadersFooters

    Gets headers/footers of current section.

    Declaration
    HeadersFooters HeadersFooters { get; }
    Property Value
    Type Description
    HeadersFooters

    PageSetup

    Gets page Setup of current section.

    Declaration
    PageSetup PageSetup { get; }
    Property Value
    Type Description
    PageSetup

    Methods

    AddColumn(Single, Single)

    Adds new column to the section.

    Declaration
    Column AddColumn(float width, float spacing)
    Parameters
    Type Name Description
    System.Single width
    System.Single spacing
    Returns
    Type Description
    Column

    Clone(IDocument)

    Clones section and sets new owner document.

    Declaration
    ISection Clone(IDocument document)
    Parameters
    Type Name Description
    IDocument document

    New owner document

    Returns
    Type Description
    ISection

    MakeColumnsEqual()

    Makes all columns in current section to be of equal width.

    Declaration
    void MakeColumnsEqual()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved