Uses of Class
org.apache.pdfbox.cos.COSInteger
Packages that use COSInteger
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.
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
-
Uses of COSInteger in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as COSIntegerModifier and TypeFieldDescriptionstatic final COSIntegerCOSInteger.ONEConstant for the number one.(package private) static final COSIntegerCOSInteger.OUT_OF_RANGE_MAXConstant for an out of range value which is bigger than Log.MAX_VALUE.(package private) static final COSIntegerCOSInteger.OUT_OF_RANGE_MINConstant for an out of range value which is smaller than Log.MIN_VALUE.private static final COSInteger[]COSInteger.STATICstatic final COSIntegerCOSInteger.THREEConstant for the number three.static final COSIntegerCOSInteger.TWOConstant for the number two.static final COSIntegerCOSInteger.ZEROConstant for the number zero.Methods in org.apache.pdfbox.cos that return COSIntegerModifier and TypeMethodDescriptionstatic COSIntegerCOSInteger.get(long val) Returns a COSInteger instance with the given value.private static COSIntegerCOSInteger.getInvalid(boolean maxValue) Methods in org.apache.pdfbox.cos with parameters of type COSIntegerModifier and TypeMethodDescriptionvoidICOSVisitor.visitFromInt(COSInteger obj) Notification of visit to integer object. -
Uses of COSInteger in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSInteger -
Uses of COSInteger in org.apache.pdfbox.pdfwriter.compress
Methods in org.apache.pdfbox.pdfwriter.compress with parameters of type COSIntegerModifier and TypeMethodDescriptionprivate voidCOSWriterObjectStream.writeCOSInteger(OutputStream output, COSInteger cosInteger) Write the givenCOSIntegerto the given stream. -
Uses of COSInteger in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSIntegerModifier and TypeMethodDescriptionvoidPDStructureElement.insertBefore(COSInteger markedContentIdentifier, Object refKid) Inserts a marked-content identifier kid before a reference kid.voidPDStructureElement.removeKid(COSInteger markedContentIdentifier) Removes a marked-content identifier kid.