| Package | Description |
|---|---|
| com.rtfparserkit.converter.text | |
| com.rtfparserkit.parser | |
| com.rtfparserkit.parser.standard | |
| com.rtfparserkit.rtf | |
| com.rtfparserkit.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTextConverter.processCommand(Command command,
int parameter,
boolean hasParameter,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
void |
RtfListenerAdaptor.processCommand(Command command,
int parameter,
boolean hasParameter,
boolean optional) |
void |
IRtfListener.processCommand(Command command,
int parameter,
boolean hasParameter,
boolean optional)
Event raised by the RTF parser detailing a command read from the file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardRtfParser.processCommand(Command command,
int parameter,
boolean hasParameter,
boolean optional)
Handle event from the RawRtfParser.
|
| Modifier and Type | Method and Description |
|---|---|
static Command |
Command.getInstance(String commandName)
Translate a name into a Command instance.
|
static Command |
Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command[] |
Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RtfDumpListener.processCommand(Command command,
int parameter,
boolean hasParameter,
boolean optional)
Write a command tag.
|
Copyright © 2013–2018. All rights reserved.