Uses of Class
org.apache.pdfbox.cos.COSFloat
Packages that use COSFloat
Package
Description
These are the low level objects that make up a PDF document.
This is the persistence layer used to write the PDFBox documents to a stream.
-
Uses of COSFloat in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as COSFloatModifier and TypeFieldDescriptionstatic final COSFloatCOSFloat.ONEstatic final COSFloatCOSFloat.ZEROMethods in org.apache.pdfbox.cos with parameters of type COSFloatModifier and TypeMethodDescriptionvoidICOSVisitor.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 -
Uses of COSFloat in org.apache.pdfbox.pdfwriter.compress
Methods in org.apache.pdfbox.pdfwriter.compress with parameters of type COSFloatModifier and TypeMethodDescriptionprivate voidCOSWriterObjectStream.writeCOSFloat(OutputStream output, COSFloat cosFloat) Write the givenCOSFloatto the given stream.