Package com.itextpdf.commons.actions
Class ProductNameConstant
- java.lang.Object
-
- com.itextpdf.commons.actions.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()
-
-
-
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.
-
-