类 ExpandableIndent


public class ExpandableIndent extends IndentImpl
  • 构造器详细资料

    • ExpandableIndent

      public ExpandableIndent(Indent.Type type)
  • 方法详细资料

    • isEnforceIndentToChildren

      public boolean isEnforceIndentToChildren()
      从类复制的说明: IndentImpl
      Allows to answer if current indent object is configured to enforce indent for sub-blocks of composite block that doesn't start new line.

      Feel free to check Indent javadoc for the more detailed explanation of this property usage.

      覆盖:
      isEnforceIndentToChildren 在类中 IndentImpl
      返回:
      true if current indent object is configured to enforce indent for sub-blocks of composite block that doesn't start new line; false otherwise
    • toString

      public String toString()
      覆盖:
      toString 在类中 IndentImpl