Class PdfNull
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfObject
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfNull
-
-
Constructor Summary
Constructors Constructor Description PdfNull()
Constructs aPdfNull
-object.
-
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 Detail
-
PDFNULL
public static final PdfNull PDFNULL
This is an instance of thePdfNull
-object.
-
CONTENT
private static final java.lang.String CONTENT
This is the content of aPdfNull
-object.- See Also:
- Constant Field Values
-
-