Package com.itextpdf.text.pdf
Class PdfNull
java.lang.Object
com.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfNull
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 Details
-
PDFNULL
An instance of thePdfNull
-object. -
CONTENT
The content of thePdfNull
-object.- See Also:
-
-
Constructor Details
-
PdfNull
public PdfNull()Constructs aPdfNull
-object.You never need to do this yourself, you can always use the static final object PDFNULL.
-
-
Method Details