java.io.Serializablepublic class PdfNull extends PdfObject
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).
PdfObject,
Serialized Form| Modifier and Type | Field | Description |
|---|---|---|
static PdfNull |
PDFNULL |
An instance of the
PdfNull-object. |
| Constructor | Description |
|---|---|
PdfNull() |
Constructs a
PdfNull-object. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
Returns the
String-representation of this
PdfObject. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, toPdf, typepublic static final PdfNull PDFNULL
PdfNull-object.Copyright © 1998–2018. All rights reserved.