java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfNull
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.lowagie.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.
-
-
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