public final class CosUtils extends Object
Modifier and Type | Method and Description |
---|---|
static CosDictionary |
cloneOrdinaryKeys(CosDictionary cloned,
CosCloneMgr cloneHandler,
CosDictionary dict,
ASName[] specialKeys)
This method clones all the keys of dictionary "dict" except that of present in specialKeys
array passed here.
|
static CosDictionary |
cloneOrdinaryKeys(CosDocument toDoc,
CosCloneMgr cloneHandler,
CosDictionary dict,
ASName[] specialKeys)
This method clones all the keys of dictionary "dict" except that of present in specialKeys
array passed here.
|
static <T extends CosObject> |
indexOfCosObjectRef(Collection<T> objectList,
T obj)
compares the CosObjects in a collection on the bases of reference only.
|
public static CosDictionary cloneOrdinaryKeys(CosDictionary cloned, CosCloneMgr cloneHandler, CosDictionary dict, ASName[] specialKeys) throws PDFCosParseException, PDFIOException, PDFSecurityException
public static CosDictionary cloneOrdinaryKeys(CosDocument toDoc, CosCloneMgr cloneHandler, CosDictionary dict, ASName[] specialKeys) throws PDFCosParseException, PDFIOException, PDFSecurityException
public static <T extends CosObject> int indexOfCosObjectRef(Collection<T> objectList, T obj)
Copyright © 2010 - 2020 Adobe. All Rights Reserved