public abstract class AbstractHiddenRegionFormatter extends java.lang.Object implements IHiddenRegionFormatter
HIGH_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY| Constructor and Description |
|---|
AbstractHiddenRegionFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
highPriority()
When merging, treat this configuration with a high priority.
|
void |
lowPriority()
When merging, treat this configuration with a low priority.
|
void |
newLine()
Forces a line break in this hidden region.
|
void |
noSpace()
Format this hidden region with using no space (zero characters).
|
void |
oneSpace()
One space is added at this hidden region.
|
void |
setNewLines(int newLines)
Forces the number of newlines in this hidden region.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitautowrap, autowrap, getRequest, indent, noAutowrap, noIndentation, setNewLines, setOnAutowrap, setPriority, setSpacepublic void highPriority()
IHiddenRegionFormatterhighPriority in interface IHiddenRegionFormatterIHiddenRegionFormatter.lowPriority(),
IHiddenRegionFormatter.HIGH_PRIORITYpublic void lowPriority()
IHiddenRegionFormatterlowPriority in interface IHiddenRegionFormatterIHiddenRegionFormatter.highPriority(),
IHiddenRegionFormatter.LOW_PRIORITYpublic void newLine()
IHiddenRegionFormattersetNewLines(1).newLine in interface IHiddenRegionFormatterpublic void noSpace()
IHiddenRegionFormattersetSpace("").noSpace in interface IHiddenRegionFormatterpublic void oneSpace()
IHiddenRegionFormattersetSpace(" ").oneSpace in interface IHiddenRegionFormatterpublic void setNewLines(int newLines)
IHiddenRegionFormattersetNewLines(nl,
nl, nl)setNewLines in interface IHiddenRegionFormatter