com.lowagie.text.pdf
public class PdfNull extends PdfObject
PdfNull
is the Null object represented by the keyword null.
This object is described in the 'Portable Document Format Reference Manual version 1.3' section 4.9 (page 53).
See Also: PdfObject
Field Summary | |
---|---|
static String | CONTENT This is the content of a PdfNull -object. |
static PdfNull | PDFNULL This is an instance of the PdfNull -object. |
Constructor Summary | |
---|---|
PdfNull()
Constructs a PdfNull -object.
|
Method Summary | |
---|---|
String | toString() |
PdfNull
-object.PdfNull
-object.PdfNull
-object.
You never need to do this yourself, you can always use the static final object PDFNULL.