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.
|
protected void |
finalize() |
public void destroy()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableObject.finalize()public Obj createName(java.lang.String name) throws PDFNetException
name - string value of the Name objectPDFNetExceptionpublic Obj createArray() throws PDFNetException
PDFNetExceptionpublic Obj createBool(boolean value) throws PDFNetException
value - used to initialize boolean objectPDFNetExceptionpublic Obj createDict() throws PDFNetException
PDFNetExceptionpublic Obj createNull() throws PDFNetException
PDFNetExceptionpublic Obj createNumber(double value) throws PDFNetException
value - of the Number objectPDFNetExceptionpublic Obj createString(java.lang.String value) throws PDFNetException
value - of the string objectPDFNetException