Class ProductNameConstant


  • public final class ProductNameConstant
    extends java.lang.Object
    Class which contains open source product name constants.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ITEXT_CORE
      itext-core constant.
      static java.lang.String ITEXT_CORE_SIGN
      itext-core sign module constant.
      static java.lang.String PDF_HTML
      pdfhtml constant.
      static java.lang.String PDF_OCR_TESSERACT4
      pdfocr-tesseract4 constant.
      static java.lang.String PDF_SWEEP
      pdfsweep constant.
      static java.util.Set<java.lang.String> PRODUCT_NAMES
      set of product names.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ProductNameConstant()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ITEXT_CORE

        public static final java.lang.String ITEXT_CORE
        itext-core constant.
        See Also:
        Constant Field Values
      • ITEXT_CORE_SIGN

        public static final java.lang.String ITEXT_CORE_SIGN
        itext-core sign module constant.
        See Also:
        Constant Field Values
      • PDF_HTML

        public static final java.lang.String PDF_HTML
        pdfhtml constant.
        See Also:
        Constant Field Values
      • PDF_SWEEP

        public static final java.lang.String PDF_SWEEP
        pdfsweep constant.
        See Also:
        Constant Field Values
      • PDF_OCR_TESSERACT4

        public static final java.lang.String PDF_OCR_TESSERACT4
        pdfocr-tesseract4 constant.
        See Also:
        Constant Field Values
      • PRODUCT_NAMES

        public static final java.util.Set<java.lang.String> PRODUCT_NAMES
        set of product names.
    • Constructor Detail

      • ProductNameConstant

        private ProductNameConstant()