Package | Description |
---|---|
com.itextpdf.license | |
com.itextpdf.licensekey |
Modifier and Type | Class and Description |
---|---|
class |
LicenseKeyProductFeature
Deprecated.
use
LicenseKeyProductFeature instead |
Constructor and Description |
---|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
String deploymentType,
Date expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
String type,
String deploymentType,
Date expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LicenseKeyProductFeature[] |
LicenseKeyProduct.getProductFeatures()
Getter for the product features
|
Constructor and Description |
---|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
int majorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
String majorVersion,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
|
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
|
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
String type,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
|
LicenseKeyProduct(String productName,
String majorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo
|
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo
|
Copyright © 2020. All rights reserved.