Uses of Class
org.apache.poi.hslf.record.InteractiveInfoAtom.Action
-
Packages that use InteractiveInfoAtom.Action Package Description org.apache.poi.hslf.record -
-
Uses of InteractiveInfoAtom.Action in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return InteractiveInfoAtom.Action Modifier and Type Method Description static InteractiveInfoAtom.ActionInteractiveInfoAtom.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static InteractiveInfoAtom.Action[]InteractiveInfoAtom.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.
-