java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfNull
Deprecated.
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
FieldsModifier and TypeFieldDescriptionstatic final PdfNullDeprecated.An instance of thePdfNull-object. -
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
Deprecated.An instance of thePdfNull-object.
-
-
Constructor Details
-
PdfNull
public PdfNull()Deprecated.Constructs aPdfNull-object.You never need to do this yourself, you can always use the static final object PDFNULL.
-
-
Method Details