Uses of Class
com.pd4ml.pdf.cos.COSObject
-
Packages that use COSObject Package Description com.pd4ml.pdf.cos com.pd4ml.pdf.cos.util com.pd4ml.pdf.cos.writer com.pd4ml.pdf.merge.internal -
-
Uses of COSObject in com.pd4ml.pdf.cos
Methods in com.pd4ml.pdf.cos that return COSObject Modifier and Type Method Description COSObjectCOSDocument. createNewIndirectObject(COSBase value)Methods in com.pd4ml.pdf.cos with parameters of type COSObject Modifier and Type Method Description TICOSVisitor. visitFromObject(COSObject object) -
Uses of COSObject in com.pd4ml.pdf.cos.util
Methods in com.pd4ml.pdf.cos.util that return COSObject Modifier and Type Method Description COSObjectCOSObjectImporter. allocate(COSBase value)Allocates a brand-new indirect object in the target document for a value that has no source-document counterpart (e.g.COSObjectCOSObjectImporter. getImported(COSDocument sourceDoc, COSObjectKey sourceKey)The already-imported target-document reference forsourceKey, ornullif not imported yet.COSObjectCOSObjectImporter. importIndirect(COSDocument sourceDoc, COSObject sourceRef)LikeCOSObjectImporter.importValue(com.pd4ml.pdf.cos.COSDocument, com.pd4ml.pdf.cos.COSBase), but always returns an indirect reference in the target document.Methods in com.pd4ml.pdf.cos.util with parameters of type COSObject Modifier and Type Method Description COSObjectCOSObjectImporter. importIndirect(COSDocument sourceDoc, COSObject sourceRef)LikeCOSObjectImporter.importValue(com.pd4ml.pdf.cos.COSDocument, com.pd4ml.pdf.cos.COSBase), but always returns an indirect reference in the target document.voidCOSObjectImporter. preRegister(COSDocument sourceDoc, COSObjectKey sourceKey, COSObject targetRef)Seeds the import cache so any future reference tosourceKeyinsourceDocresolves directly totargetRefinstead of being cloned. -
Uses of COSObject in com.pd4ml.pdf.cos.writer
Methods in com.pd4ml.pdf.cos.writer with parameters of type COSObject Modifier and Type Method Description java.lang.VoidCOSWriter. visitFromObject(COSObject object) -
Uses of COSObject in com.pd4ml.pdf.merge.internal
Methods in com.pd4ml.pdf.merge.internal that return COSObject Modifier and Type Method Description COSObjectStructureTreeMerger. finish()Finalizes the merged tree: prunes any structure that ended up referencing pages that were never actually selected/cloned (e.g.
-