Class PdfNull


public class PdfNull extends PdfPrimitiveObject
Representation of the null object in the PDF specification.
  • Field Details

    • PDF_NULL

      public static final PdfNull PDF_NULL
    • NullContent

      private static final byte[] NullContent
  • Constructor Details

    • PdfNull

      public PdfNull()
      Creates a PdfNull instance.
    • PdfNull

      private PdfNull(boolean directOnly)
  • Method Details