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

Field Detail

CONTENT

private static final String CONTENT
This is the content of a PdfNull-object.

PDFNULL

public static final PdfNull PDFNULL
This is 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()