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.7' section 3.2.8 (page 63).
See Also: PdfObject
Field Summary | |
---|---|
static String | CONTENT The content of the PdfNull -object. |
static PdfNull | PDFNULL 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.