java.lang.Object | |
↳ | com.pdftron.pdf.struct.ClassMap |
The Class ClassMap.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ClassMap(Obj dict)
Initialize a ClassMap using an existing low-level Cos/SDF ClassMap object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Obj |
getSDFObj()
Get the ClassMap dictionary as SDFObj
| ||||||||||
boolean |
isValid()
Checks if ClassMap is valid.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Initialize a ClassMap using an existing low-level Cos/SDF ClassMap object.
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. |
---|
Get the ClassMap dictionary as SDFObj
Checks if ClassMap is valid.
PDFNetException |
---|