public final class Version extends Object
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
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.
|
static boolean |
isAGPLVersion()
Checks if the AGPL version is used.
|
static boolean |
isExpired()
Is the license expired?
|
public static Version getInstance()
public static boolean isAGPLVersion()
public static boolean isExpired()
public String getProduct()
public String getRelease()
public String getVersion()
public String getKey()
Copyright © 1998–2018 iText Group NV. All rights reserved.