com.lowagie.text.pdf

Class PdfNull

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 StringCONTENT
The content of the PdfNull-object.
static PdfNullPDFNULL
An instance of the PdfNull-object.
Constructor Summary
PdfNull()
Constructs a PdfNull-object.
Method Summary
StringtoString()

Field Detail

CONTENT

private static final String CONTENT
The content of the PdfNull-object.

PDFNULL

public static final PdfNull PDFNULL
An instance of the PdfNull-object.

Constructor Detail

PdfNull

public PdfNull()
Constructs a PdfNull-object.

You never need to do this yourself, you can always use the static final object PDFNULL.

Method Detail

toString

public String toString()