Uses of Class
com.storedobject.pdf.PDFPhrase
Packages that use PDFPhrase
-
Uses of PDFPhrase in com.storedobject.pdf
Subclasses of PDFPhrase in com.storedobject.pdfModifier and TypeClassDescriptionclass
Used to define text to include in the PDF document.class
Methods in com.storedobject.pdf that return PDFPhraseModifier and TypeMethodDescriptionPDF.createTitleText
(String title) Create title Phrase.PDF.createTitleText
(String title, int pointSize) Create title Phrase.PDF.createTitleText
(String title, int pointSize, PDFColor color) Create title Phrase.static PDFPhrase
PDFPhrase.getInstance
(String text) Create an instance for the given text.PDFCell.getPhrase()
Get the phrase inside the cell.Methods in com.storedobject.pdf with parameters of type PDFPhraseModifier and TypeMethodDescriptionvoid
void
Set an phrase as the content of this cell.Constructors in com.storedobject.pdf with parameters of type PDFPhrase