public interface PlainText extends ExtractorDefinition
The following features are supported:
ParserPackage.getPlainText()| Modifier and Type | Method and Description |
|---|---|
boolean |
isTrim()
Returns the value of the 'Trim' attribute.
|
void |
setTrim(boolean value)
Sets the value of the '
Trim' attribute. |
createExtractor, getPrefix, setPrefixboolean isTrim()
"true".
If the meaning of the 'Trim' attribute isn't clear, there really should be more of a description here...
setTrim(boolean),
ParserPackage.getPlainText_Trim()