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, isRelativeToDirectParent
getAbsoluteLabelIndent, getAbsoluteNoneIndent, getContinuationIndent, getContinuationIndent, getContinuationWithoutFirstIndent, getContinuationWithoutFirstIndent, getIndent, getIndent, getLabelIndent, getNoneIndent, getNormalIndent, getNormalIndent, getSmartIndent, getSpaceIndent, getSpaceIndent
public ExpandableIndent(Indent.Type type)
public boolean isEnforceIndentToChildren()
IndentImpl
Indent
javadoc for the more detailed explanation of this property usage.isEnforceIndentToChildren
in class IndentImpl
true
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