public class ExpandableIndent extends IndentImpl
Indent.Type| Constructor and Description |
|---|
ExpandableIndent(Indent.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnforceIndentToChildren()
Allows to answer if current indent object is configured to enforce indent for sub-blocks of composite block that doesn't start
new line.
|
java.lang.String |
toString() |
getSpaces, getType, isAbsolute, isRelativeToDirectParentgetAbsoluteLabelIndent, getAbsoluteNoneIndent, getContinuationIndent, getContinuationIndent, getContinuationWithoutFirstIndent, getContinuationWithoutFirstIndent, getIndent, getIndent, getLabelIndent, getNoneIndent, getNormalIndent, getNormalIndent, getSmartIndent, getSpaceIndent, getSpaceIndentpublic ExpandableIndent(Indent.Type type)
public boolean isEnforceIndentToChildren()
IndentImplIndent javadoc for the more detailed explanation of this property usage.isEnforceIndentToChildren in class IndentImpltrue if current indent object is configured to enforce indent for sub-blocks of composite block
that doesn't start new line; false otherwisepublic java.lang.String toString()
toString in class IndentImpl