Class Index

Classes


Class PDFNet.ClassMap

PDFNet.ClassMap

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
copy()
Copy Constructor
<static>  
PDFNet.ClassMap.create(dict)
Initialize a ClassMap using an existing low-level Cos/SDF ClassMap object.
 
Returns the ClassMap dictionary.
 
Class Detail
PDFNet.ClassMap(id)
Parameters:
id
Method Detail
{ClassMap} copy()
Copy Constructor
Returns:
{ClassMap} A promise that resolves to an object of type: "ClassMap" (generated documentation)

<static> {ClassMap} PDFNet.ClassMap.create(dict)
Initialize a ClassMap using an existing low-level Cos/SDF ClassMap object.
Parameters:
{Obj} dict
a low-level (SDF/Cos) ClassMap dictionary.
Returns:
{ClassMap} A promise that resolves to an object of type: "ClassMap" (generated documentation)

{Obj} getSDFObj()
Returns the ClassMap dictionary.
Returns:
{Obj} A promise that resolves to the object to the underlying SDF/Cos object.

{boolean} isValid()
Returns:
{boolean} A promise that resolves to true if this is a valid (non-null) ClassMap, false otherwise. If the function returns false the underlying SDF/Cos object is null or is not valid and the ClassMap object should be treated as a null object.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:38 GMT-0700 (PDT)