class DocumentBuilder
Parents | |
|
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 | |
Creates a new instance of |
Public Methods | |
Adds a section to the document, allows configuring the section and returns the |
|
Adds a previously created section to the document and returns the |
|
Adds a section to the document, allows configuring the section and returns the |
|
Adds a previously created section to the document and returns the |
|
Applies a style to the document. |
|
Generates a PDF document and saves it to a specified file. |
|
Generates a PDF document and saves it to a specified stream. |
|
Sets the style for images and inline images in the document. |
|
Sets the style for lines in the document. |
|
Sets the style for multilevel lists in the document. |
|
Sets the style for paragraphs in the document. |
|
Sets the style for tables in the document. |