public final class Version
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
AGPL |
String that will indicate if the AGPL version is used.
|
Constructor | Description |
---|---|
Version() |
Modifier and Type | Method | Description |
---|---|---|
static Version |
getInstance() |
Gets an instance of the iText version that is currently used.
|
java.lang.String |
getKey() |
Returns a license key if one was provided, or null if not.
|
java.lang.String |
getProduct() |
Gets the product name.
|
java.lang.String |
getRelease() |
Gets the release number.
|
java.lang.String |
getVersion() |
Returns the iText version as shown in the producer line.
|
static boolean |
isAGPLVersion() |
Checks if the AGPL version is used.
|
public static java.lang.String AGPL
public static Version getInstance()
public java.lang.String getProduct()
public java.lang.String getRelease()
public java.lang.String getVersion()
public java.lang.String getKey()
public static boolean isAGPLVersion()
Copyright © 1998–2018. All rights reserved.