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 COSInteger
COSInteger.ONE
Constant for the number one.static final COSInteger
COSNumber.ONE
Deprecated.protected static final COSInteger
COSInteger.OUT_OF_RANGE_MAX
Constant for an out of range value which is bigger than Log.MAX_VALUE.protected static final COSInteger
COSInteger.OUT_OF_RANGE_MIN
Constant for an out of range value which is smaller than Log.MIN_VALUE.static final COSInteger
COSInteger.THREE
Constant for the number three.static final COSInteger
COSInteger.TWO
Constant for the number two.static final COSInteger
COSInteger.ZERO
Constant for the number zero.static final COSInteger
COSNumber.ZERO
Deprecated.Use theZERO
constant insteadMethods in org.apache.pdfbox.cos that return COSIntegerModifier and TypeMethodDescriptionstatic COSInteger
COSInteger.get
(long val) Returns a COSInteger instance with the given value.Methods in org.apache.pdfbox.cos with parameters of type COSIntegerModifier and TypeMethodDescriptionICOSVisitor.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.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSIntegerModifier and TypeMethodDescriptionvoid
PDStructureElement.insertBefore
(COSInteger markedContentIdentifier, Object refKid) Inserts a marked-content identifier kid before a reference kid.void
PDStructureElement.removeKid
(COSInteger markedContentIdentifier) Removes a marked-content identifier kid.
ONE
constant instead