Class PdfNull
java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfObject
com.gitlab.pdftk_java.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.3' section 4.9 (page 53).
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, toPdf, toString, type
-
Field Details
-
PDFNULL
This is an instance of thePdfNull
-object. -
CONTENT
This is the content of aPdfNull
-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.
-