Class PdfNull


  • 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.3' section 4.9 (page 53).

    See Also:
    PdfObject
    • Field Detail

      • PDFNULL

        public static final PdfNull PDFNULL
        This is an instance of the PdfNull-object.
    • Constructor Detail

      • PdfNull

        public PdfNull()
        Constructs a PdfNull-object.

        You never need to do this yourself, you can always use the static final object PDFNULL.