Uses of Class
com.storedobject.pdf.PDFPhrase
Packages that use PDFPhrase
- 
Uses of PDFPhrase in com.storedobject.pdfSubclasses of PDFPhrase in com.storedobject.pdfModifier and TypeClassDescriptionclassUsed to define text to include in the PDF document.classMethods 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 PDFPhrasePDFPhrase.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 TypeMethodDescriptionvoidvoidSet an phrase as the content of this cell.Constructors in com.storedobject.pdf with parameters of type PDFPhrase