Uses of Enum
com.realobjects.pdfreactor.Configuration.ConnectionRuleAction
Packages that use Configuration.ConnectionRuleAction
-
Uses of Configuration.ConnectionRuleAction in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.ConnectionRuleActionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Configuration.ConnectionRuleAction[]
Configuration.ConnectionRuleAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.realobjects.pdfreactor with parameters of type Configuration.ConnectionRuleActionModifier and TypeMethodDescriptionConfiguration.ConnectionRule.setAction
(Configuration.ConnectionRuleAction action) The action to perform when the rule matches a resource URL.