Uses of Class
com.rtfparserkit.rtf.CommandType
-
Packages that use CommandType Package Description com.rtfparserkit.rtf -
-
Uses of CommandType in com.rtfparserkit.rtf
Fields in com.rtfparserkit.rtf declared as CommandType Modifier and Type Field Description private CommandTypeCommand. commandTypeMethods in com.rtfparserkit.rtf that return CommandType Modifier and Type Method Description CommandTypeCommand. getCommandType()Retrieve the command type.static CommandTypeCommandType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandType[]CommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.rtfparserkit.rtf with parameters of type CommandType Constructor Description Command(java.lang.String commandName, CommandType commandType)Constructor.
-