Package com.aowagie.text.pdf
Class PdfNull
- java.lang.Object
-
- com.aowagie.text.pdf.PdfObject
-
- com.aowagie.text.pdf.PdfNull
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
CONTENT
The content of thePdfNull
-object.(package private) static PdfNull
PDFNULL
An instance of thePdfNull
-object.-
Fields inherited from class com.aowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
-
-
Constructor Summary
Constructors Constructor Description PdfNull()
Constructs aPdfNull
-object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns theString
-representation of thisPdfObject
.-
Methods inherited from class com.aowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, toPdf, type
-
-
-
-
Field Detail
-
PDFNULL
static final PdfNull PDFNULL
An instance of thePdfNull
-object.
-
CONTENT
private static final java.lang.String CONTENT
The content of thePdfNull
-object.- See Also:
- Constant Field Values
-
-