Class PdfNull


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

      • PDF_NULL

        public static final PdfNull PDF_NULL
      • NullContent

        private static final byte[] NullContent
    • Constructor Detail

      • PdfNull

        public PdfNull()
        Creates a PdfNull instance.
      • PdfNull

        private PdfNull​(boolean directOnly)
    • Method Detail

      • getType

        public byte getType()
        Description copied from class: PdfObject
        Gets object type.
        Specified by:
        getType in class PdfObject
        Returns:
        object type.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • newInstance

        protected PdfObject newInstance()
        Description copied from class: PdfObject
        Creates new instance of object.
        Specified by:
        newInstance in class PdfObject
        Returns:
        new instance of object.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object