See: Description
Interface | Description |
---|---|
PagedLabel |
A PagedLabel is a PDFPageBandSection that can be put in a table of content.
|
PDFPageBandHeaders |
A PDFPageBandHeaders is the constant part of a page band, typically the
headers and footers
|
PDFPageBandSection |
A section is text that will be printed in the appropriate place on the page
band in one go
|
TextAfterLayout |
This interface allows to specify a text to be calculated at the exact time of
printing.
|
Class | Description |
---|---|
BulletText |
A paragraph with a bullet point.
|
DocumentTableOfContent |
This component prints a table of content made of all the SectionHeaders of
all the PDFPageBandSections of the document
|
FormattableSectionText |
A section of text with portions being potentially formatted with color, bold
or italic
|
FormattableSectionText.FormattedText |
A text with formatting indicators (bold, italic or color)
|
ParagraphHeader |
A low level header to separate paragraphs inside a section
|
PDFDocument |
A document to be printed in PDF.
|
PDFMultiPageTable |
A multiple-page table that will by default print the header on each page.
|
PDFPage |
A framework to generate pdfpages.
|
PDFPage.BoxTextContent |
This class stores the way a text was calculated or printed inside a box.
|
PDFPage.FontAndSize |
An utility class allowing to store font and font size in a same object
|
PDFPageBand |
A PDF Page Band is made of
a constant part (header and footer)
a variable part that will be printed on several pages, the application
managing page return
|
PDFPageBand.PartialPrintFeedback |
This class provides the feedback on partial print of a PDFPageBandSection.
|
PDFPageBandVoidHeaders |
A void header that takes no space for a page band
|
PDFPageTable |
An utility class to draw a table of content on a single page
|
PDFPart |
A PDF Part is a component of a PDF Document.
|
SectionHeader |
A section header is a "big title" inside a document.
|
SectionText |
Plain text in a document
|