class SectionBuilder

Parents

object

Brief

The class for adding and configuring sections and their content.

Static Public Methods

New

Creates a new instance of SectionBuilder.

Public Properties

Margins

The section margins.

PageSize

The page size.

Public Methods

AddDocumentFlowAreaToBothPages

Adds a document flow area for both odd and even pages of the section.

AddDocumentFlowAreaToEvenPage

Adds a document flow area for even pages of the section.

AddDocumentFlowAreaToOddPage

Adds a document flow area for odd pages of the section.

AddFooterToBothPages

Adds a footer to both odd and even pages of the section, allows configuring the footer, and returns the RepeatingAreaBuilder.

AddFooterToBothPagesToSection

Adds a footer to both odd and even pages of the section, allows configuring the footer, and returns the SectionBuilder.

AddFooterToEvenPage

Adds a footer to even pages of the section, allows configuring the footer, and returns the RepeatingAreaBuilder.

AddFooterToEvenPageToSection

Adds a footer to even pages of the section, allows configuring the footer, and returns the SectionBuilder.

AddFooterToOddPage

Adds a footer to odd pages of the section, allows configuring the footer, and returns the RepeatingAreaBuilder.

AddFooterToOddPageToSection

Adds a footer to odd pages of the section, allows configuring the footer, and returns the SectionBuilder.

AddHeaderToBothPages

Adds a header to both odd and even pages of the section, allows configuring the header, and returns the RepeatingAreaBuilder.

AddHeaderToBothPagesToSection

Adds a header to both odd and even pages of the section, allows configuring the header, and returns the SectionBuilder.

AddHeaderToEvenPage

Adds a header to even pages of the section, allows configuring the header, and returns the RepeatingAreaBuilder.

AddHeaderToEvenPageToSection

Adds a header to even pages of the section, allows configuring the header, and returns the SectionBuilder.

AddHeaderToOddPage

Adds a header to odd pages of the section, allows configuring the header, and returns the RepeatingAreaBuilder.

AddHeaderToOddPageToSection

Adds a header to odd pages of the section, allows configuring the header, and returns the SectionBuilder.

AddRptAreaLeftToBothPages

Adds a left repeating area to both odd and even pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder.

AddRptAreaLeftToBothPagesToSection

Adds a left repeating area to both odd and even pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

AddRptAreaLeftToEvenPage

Adds a left repeating area to even pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder.

AddRptAreaLeftToEvenPageToSection

Adds a left repeating area to even pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

AddRptAreaLeftToOddPage

Adds a left repeating area to odd pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder.

AddRptAreaLeftToOddPageToSection

Adds a left repeating area to odd pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

AddRptAreaRightToBothPages

Adds a right repeating area to both odd and even pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder.

AddRptAreaRightToBothPagesToSection

Adds a right repeating area to both odd and even pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

AddRptAreaRightToEvenPage

Adds a right repeating area to even pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder.

AddRptAreaRightToEvenPageToSection

Adds a right repeating area to even pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

AddRptAreaRightToOddPage

Adds a right repeating area to odd pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder.

AddRptAreaRightToOddPageToSection

Adds a right repeating area to odd pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

AddRptAreaToBothPages

Adds a repeating area by coordinates to both odd and even pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder.

AddRptAreaToBothPagesToSection

Adds a repeating area by coordinates to both odd and even pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

AddRptAreaToEvenPage

Adds a repeating area by coordinates to even pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder.

AddRptAreaToEvenPageToSection

Adds a repeating area by coordinates to even pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

AddRptAreaToOddPage

Adds a repeating area by coordinates to odd pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder.

AddRptAreaToOddPageToSection

Adds a repeating area by coordinates to odd pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

ApplyStyle

Applies a style to the section.

BuildToDocument

Builds a section to the document.

Configure

Configures the section by a configuration action.

GetHeight

Gets the height of the section pages.

GetWidth

Gets the width of the section pages.

InsertPageBreak

Inserts a page break in the section.

SetImageStyle

Sets the style for images and inline images in the section.

SetLineStyle

Sets the style for lines in the section.

SetListStyle

Sets the style for multilevel lists in the section.

SetMargins

Sets the margins for all sides of the section.

SetMargins

Sets the same margins for all sides of the section.

SetMargins

Sets the horizontal and vertical margins of the section.

SetMargins

Sets the margin for each side of the section.

SetNumerationStyle

Sets the page numbering style for the section.

SetOrientation

Sets the page orientation for the section.

SetPageNumberStart

Sets the number from which the page numbering will start.

SetParagraphStyle

Sets the style for paragraphs in the section.

SetRepeatingAreaPriority

Sets the priority of repeating areas with a predefined position for the section.

SetSize

Sets custom paper width and height for the section pages.

SetSize

Sets a custom paper size for the section pages.

SetSize

Sets a predefined paper size for the section pages.

SetStyleFont

Sets the font for the section style.

SetTableStyle

Sets the style for tables in the section.

ToDocument

Changes the current fluent context to DocumentBuilder.

back