public class StyledBlock extends Block
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HIDDEN_STYLE
Remove this part from the result
|
static java.lang.String |
NO_STYLE
Do not add a style, just "block" it
|
protected java.lang.String |
style
The style name
|
Constructor and Description |
---|
StyledBlock(java.lang.String text,
java.lang.String style) |
public static final java.lang.String NO_STYLE
public static final java.lang.String HIDDEN_STYLE
protected java.lang.String style