Package org.apache.pdfbox.util
Class Version
- java.lang.Object
-
- org.apache.pdfbox.util.Version
-
public final class Version extends java.lang.Object
Exposes PDFBox version.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
PDFBOX_VERSION_PROPERTIES
-
Constructor Summary
Constructors Modifier Constructor Description private
Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getVersion()
Returns the version of PDFBox.
-
-
-
Field Detail
-
PDFBOX_VERSION_PROPERTIES
private static final java.lang.String PDFBOX_VERSION_PROPERTIES
- See Also:
- Constant Field Values
-
-