public interface ConditionalFormatter
| Modifier and Type | Method and Description |
|---|---|
void |
apply(boolean firstAppend,
boolean onIndent,
boolean onLine,
boolean onText)
Text, line or indent was appended
|
void apply(boolean firstAppend,
boolean onIndent,
boolean onLine,
boolean onText)
firstAppend - true if this is the first append after opening the conditional regiononIndent - true if indent was invoked before text appendedonLine - true if line as invoked before text appendedonText - true if text appendedCopyright © 2019. All rights reserved.