java.io.Serializable
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 FormModifier 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, wait
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, toPdf, type
public static final PdfNull PDFNULL
PdfNull
-object.Copyright © 1998–2018. All rights reserved.