public class ClassMap
extends java.lang.Object
Constructor and Description |
---|
ClassMap(Obj dict)
Initialize a ClassMap using an existing low-level Cos/SDF ClassMap object.
|
Modifier and Type | Method and Description |
---|---|
Obj |
getSDFObj()
Get the ClassMap dictionary as SDFObj
|
boolean |
isValid()
Checks if ClassMap is valid.
|
public ClassMap(Obj dict)
Note: This constructor does not copy any data, but is instead the logical equivalent of a type cast.
dict
- - a low-level (SDF/Cos) ClassMap dictionary.public boolean isValid() throws PDFNetException
PDFNetException
public Obj getSDFObj()