Uses of Enum
com.itextpdf.licensing.base.info.LimitInfoType
Packages that use LimitInfoType
-
Uses of LimitInfoType in com.itextpdf.licensing.base.info
Methods in com.itextpdf.licensing.base.info that return LimitInfoTypeModifier and TypeMethodDescriptionLimitInfo.getLimitType()Returns limit info type.static LimitInfoTypeReturns the enum constant of this type with the specified name.static LimitInfoType[]LimitInfoType.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 LimitInfoTypeModifierConstructorDescriptionLimitInfo(LimitInfoType limitInfoType, long totalVolume, long remainingVolume) Only for internal usage.