- java.lang.Object
-
- com.itextpdf.text.pdf.PdfObject
-
- com.itextpdf.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.StringtoString()Returns theString-representation of thisPdfObject.-
Methods inherited from class com.itextpdf.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.
-
-