Uses of Class
com.itextpdf.licensing.base.info.LimitInfo
Packages that use LimitInfo
-
Uses of LimitInfo in com.itextpdf.licensing.base.info
Methods in com.itextpdf.licensing.base.info that return LimitInfoModifier and TypeMethodDescriptionEventsLimitInfo.getDefaultLimit()
Returns defaultLimitInfo
.EventsLimitInfo.getEventLimit
(String eventType) ReturnsLimitInfo
for provided event type.Methods in com.itextpdf.licensing.base.info that return types with arguments of type LimitInfoModifier and TypeMethodDescriptionEventsLimitInfo.getEventsLimitInfo()
Returns map withLimitInfo
for all event types.Constructors in com.itextpdf.licensing.base.info with parameters of type LimitInfoModifierConstructorDescriptionEventsLimitInfo
(LimitInfo defaultLimit, Map<String, LimitInfo> eventLimits) Only for internal usage.Constructor parameters in com.itextpdf.licensing.base.info with type arguments of type LimitInfoModifierConstructorDescriptionEventsLimitInfo
(LimitInfo defaultLimit, Map<String, LimitInfo> eventLimits) Only for internal usage.