Uses of Class
org.sejda.sambox.cos.COSInteger
Packages that use COSInteger
Package
Description
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.sejda.sambox.cos
Fields in org.sejda.sambox.cos declared as COSIntegerModifier and TypeFieldDescriptionstatic final COSIntegerCOSInteger.ONEstatic final COSIntegerCOSInteger.THREEstatic final COSIntegerCOSInteger.TWOstatic final COSIntegerCOSInteger.ZEROMethods in org.sejda.sambox.cos that return COSIntegerModifier and TypeMethodDescriptionstatic COSIntegerCOSInteger.get(long val) Factory method for a COSInteger instance with the given value.Methods in org.sejda.sambox.cos with parameters of type COSInteger -
Uses of COSInteger in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure
Methods in org.sejda.sambox.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.