Uses of Enum Class
org.jxls.command.EachCommand.Direction
Packages that use EachCommand.Direction
-
Uses of EachCommand.Direction in org.jxls.command
Methods in org.jxls.command that return EachCommand.DirectionModifier and TypeMethodDescriptionEachCommand.getDirection()Gets iteration directionstatic EachCommand.DirectionReturns the enum constant of this class with the specified name.static EachCommand.Direction[]EachCommand.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jxls.command with parameters of type EachCommand.DirectionModifier and TypeMethodDescriptionvoidEachCommand.setDirection(EachCommand.Direction direction) Sets iteration directionConstructors in org.jxls.command with parameters of type EachCommand.DirectionModifierConstructorDescriptionEachCommand(String var, String items, Area area, EachCommand.Direction direction) EachCommand(String var, String items, EachCommand.Direction direction)