public 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 and Description |
|---|---|
static PdfNull |
PDFNULL
An instance of the PdfNull-object.
|
| Constructor and Description |
|---|
PdfNull()
Constructs a PdfNull-object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the String-representation of this PdfObject.
|
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, toPdf, typepublic static final PdfNull PDFNULL
PdfNull-object.
Copyright © 1998–2021. All rights reserved.