Uses of Class
com.intellij.formatting.ChildAttributes

Packages that use ChildAttributes
com.intellij.formatting Provides interfaces which allow to implement code formatters for custom languages. 
 

Uses of ChildAttributes in com.intellij.formatting
 

Methods in com.intellij.formatting that return ChildAttributes
 ChildAttributes Block.getChildAttributes(int newChildIndex)
          Returns the alignment and indent attributes which are applied to a new block inserted at the specified position in the list of children of this block.