public class ObjSet
extends java.lang.Object
Constructor and Description |
---|
ObjSet()
Instantiates a new obj set.
|
Modifier and Type | Method and Description |
---|---|
Obj |
createArray()
Creates a new array in ObjSet
|
Obj |
createBool(boolean value)
Creates a new boolean object in ObjSet
|
Obj |
createDict()
Creates a new Dictionary object in ObjSet
|
Obj |
createName(java.lang.String name)
Creates a new Name object in ObjSet
|
Obj |
createNull()
Creates a null object in ObjSet
|
Obj |
createNumber(double value)
Creates a Number object in ObSet
|
Obj |
createString(java.lang.String value)
Creates a string object in ObjSet
|
void |
destroy()
Frees the native memory of the object.
|
public void destroy()
public Obj createName(java.lang.String name) throws PDFNetException
name
- string value of the Name objectPDFNetException
public Obj createArray() throws PDFNetException
PDFNetException
public Obj createBool(boolean value) throws PDFNetException
value
- used to initialize boolean objectPDFNetException
public Obj createDict() throws PDFNetException
PDFNetException
public Obj createNull() throws PDFNetException
PDFNetException
public Obj createNumber(double value) throws PDFNetException
value
- of the Number objectPDFNetException
public Obj createString(java.lang.String value) throws PDFNetException
value
- of the string objectPDFNetException