Uses of Enum
com.itextpdf.licensing.base.info.LicenceTypeInfo
Packages that use LicenceTypeInfo
-
Uses of LicenceTypeInfo in com.itextpdf.licensing.base.info
Methods in com.itextpdf.licensing.base.info that return LicenceTypeInfoModifier and TypeMethodDescriptionLicenseInfo.getLicenseType()Returns license type.static LicenceTypeInfoReturns the enum constant of this type with the specified name.static LicenceTypeInfo[]LicenceTypeInfo.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.itextpdf.licensing.base.info with parameters of type LicenceTypeInfoModifierConstructorDescriptionLicenseInfo(String product, Date expire, LicenceTypeInfo licenseType, EventsLimitInfo eventsLimitInfo) Only for internal usage.