class RepeatingAreaBuilder

Parents

object

Brief

The class for creating repeating areas and adding content to them.

Static Public Methods

New

Creates a new instance of RepeatingAreaBuilder.

Public Methods

AddImage

Adds an image to the repeating area.

AddLine

Adds a line to the repeating area.

AddTable

Adds a table to the repeating area.

ApplyStyle

Applies a style to the repeating area.

SetImageStyle

Sets the style for images in the repeating area.

SetLineStyle

Sets the style for lines in the repeating area.

SetListStyle

Sets the style for multilevel lists in the repeating area.

SetParagraphStyle

Sets the style for paragraphs in the repeating area.

SetPosition

Sets the position of the repeating area.

SetTableStyle

Sets the style for tables in the repeating area.

ToDocument

Changes the current fluent context to DocumentBuilder.

ToSection

Changes the current fluent context to SectionBuilder.

back