Package com.lowagie.text.pdf
Class PdfNull
- java.lang.Object
-
- com.lowagie.text.pdf.PdfObject
-
- com.lowagie.text.pdf.PdfNull
-
-
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.lowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, toPdf, type
-
-
-
-
Field Detail
-
PDFNULL
public 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
-
-