public final class Version extends Object
Constructor | Description |
---|---|
Version() |
Modifier and Type | Method | 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.
|
public static Version getInstance()
public String getProduct()
public String getRelease()
public String getVersion()
public String getKey()
Copyright © 2018. All rights reserved.