|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.itextpdf.text.Version
public final class Version
This class contains version information about iText. DO NOT CHANGE THE VERSION INFORMATION WITHOUT PERMISSION OF THE COPYRIGHT HOLDERS OF ITEXT. Changing the version makes it extremely difficult to debug an application. Also, the nature of open source software is that you honor the copyright of the original creators of the software.
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static Version |
getInstance()
Gets an instance of the iText version that is currently used. |
String |
getKey()
Returns a license key if one was provided, or null if not. |
String |
getProduct()
Gets the product name. |
String |
getRelease()
Gets the release number. |
String |
getVersion()
Returns the iText version as shown in the producer line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static Version getInstance()
public String getProduct()
public String getRelease()
public String getVersion()
public String getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |