Uses of Interface
com.storedobject.pdf.PDFElement
Packages that use PDFElement
-
Uses of PDFElement in com.storedobject.pdf
Classes in com.storedobject.pdf that implement PDFElementModifier and TypeClassDescriptionclass
PDF.ObjectFormTable<T extends StoredObject>
Define a table whereStoredObject
instances can be added in a "form" style (Each attribute is printed in a separate row).class
PDF.ObjectTable<T extends StoredObject>
Define a table whereStoredObject
instances can be added as rows.class
Represents a "cell" of thePDFTable
.class
Representation of "PDF chunk".class
class
Representation of "PDF rectangle".class
Table object that can be added to PDF document.Methods in com.storedobject.pdf with parameters of type PDFElementModifier and TypeMethodDescriptionboolean
PDFParagraph.add
(PDFElement element) void
PDFCell.addElement
(PDFElement element) Add anPDFElement
to this cell.