class DocumentBuilder

Parents

object

Brief

The class for creating a new PDF document, adding and configuring one or more sections of the document, and building a document.

Static Public Methods

New

Creates a new instance of DocumentBuilder.

Public Methods

AddSection

Adds a section to the document, allows configuring the section and returns the SectionBuilder.

AddSection

Adds a previously created section to the document and returns the SectionBuilder.

AddSectionToDocument

Adds a section to the document, allows configuring the section and returns the DocumentBuilder.

AddSectionToDocument

Adds a previously created section to the document and returns the DocumentBuilder.

ApplyStyle

Applies a style to the document.

Build

Generates a PDF document and saves it to a specified file.

Build

Generates a PDF document and saves it to a specified stream.

SetImageStyle

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

SetLineStyle

Sets the style for lines in the document.

SetListStyle

Sets the style for multilevel lists in the document.

SetParagraphStyle

Sets the style for paragraphs in the document.

SetTableStyle

Sets the style for tables in the document.

back