public final class Version
extends java.lang.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.
|
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.
|
public static Version getInstance()
public java.lang.String getProduct()
public java.lang.String getRelease()
public java.lang.String getVersion()
public java.lang.String getKey()
Copyright © 2013. All Rights Reserved.