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 COSIntegerCOSInteger. ONEConstant for the number one.static COSIntegerCOSNumber. ONEDeprecated.Use theONEconstant insteadprotected static COSIntegerCOSInteger. OUT_OF_RANGE_MAXConstant for an out of range value which is bigger than Log.MAX_VALUE.protected static COSIntegerCOSInteger. OUT_OF_RANGE_MINConstant for an out of range value which is smaller than Log.MIN_VALUE.static COSIntegerCOSInteger. THREEConstant for the number three.static COSIntegerCOSInteger. TWOConstant for the number two.static COSIntegerCOSInteger. ZEROConstant for the number zero.static COSIntegerCOSNumber. ZERODeprecated.Use theZEROconstant insteadMethods in org.apache.pdfbox.cos that return COSInteger Modifier and Type Method Description static COSIntegerCOSInteger. get(long val)Returns a COSInteger instance with the given value.Methods in org.apache.pdfbox.cos with parameters of type COSInteger Modifier and Type Method Description java.lang.ObjectICOSVisitor. 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.ObjectCOSWriter. visitFromInt(COSInteger obj) -
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 voidPDStructureElement. insertBefore(COSInteger markedContentIdentifier, java.lang.Object refKid)Inserts a marked-content identifier kid before a reference kid.voidPDStructureElement. removeKid(COSInteger markedContentIdentifier)Removes a marked-content identifier kid.
-