Uses of Class
org.apache.pdfbox.cos.COSInteger
-
Packages that use COSInteger 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.org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure 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 COSInteger Modifier and Type Field Description static COSInteger
COSInteger. ONE
Constant for the number one.static COSInteger
COSNumber. ONE
Deprecated.Use theONE
constant insteadstatic COSInteger
COSInteger. THREE
Constant for the number three.static COSInteger
COSInteger. TWO
Constant for the number two.static COSInteger
COSInteger. ZERO
Constant for the number zero.static COSInteger
COSNumber. ZERO
Deprecated.Use theZERO
constant insteadMethods in org.apache.pdfbox.cos that return COSInteger Modifier and Type Method Description static COSInteger
COSInteger. get(long val)
Returns a COSInteger instance with the given value.COSInteger
COSObject. getGenerationNumber()
Getter for property generationNumber.COSInteger
COSObject. getObjectNumber()
Getter for property objectNumber.Methods in org.apache.pdfbox.cos with parameters of type COSInteger Modifier and Type Method Description void
COSObject. setGenerationNumber(COSInteger generationNumberValue)
Setter for property generationNumber.void
COSObject. setObjectNumber(COSInteger objectNum)
Setter for property objectNumber.java.lang.Object
ICOSVisitor. 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 Modifier and Type Method Description java.lang.Object
COSWriter. visitFromInt(COSInteger obj)
visitFromFloat method comment. -
Uses of COSInteger in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSInteger Modifier and Type Method Description void
PDStructureElement. insertBefore(COSInteger markedContentIdentifier, java.lang.Object refKid)
Inserts a marked-content identifier kid before a reference kid.void
PDStructureElement. removeKid(COSInteger markedContentIdentifier)
Removes a marked-content identifier kid.
-