Uses of Class
org.apache.pdfbox.cos.COSFloat
-
Packages that use COSFloat Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream. -
-
Uses of COSFloat in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos with parameters of type COSFloat Modifier and Type Method Description java.lang.Object
ICOSVisitor. visitFromFloat(COSFloat obj)
Notification of visit to float object. -
Uses of COSFloat in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSFloat Modifier and Type Method Description java.lang.Object
COSWriter. visitFromFloat(COSFloat obj)
-