public class ChildAttributes
extends java.lang.Object
Block.getChildAttributes(int)| Modifier and Type | Field and Description | 
|---|---|
static ChildAttributes | 
DELEGATE_TO_NEXT_CHILD  | 
static ChildAttributes | 
DELEGATE_TO_PREV_CHILD  | 
| Constructor and Description | 
|---|
ChildAttributes(Indent childIndent,
               Alignment alignment)
Creates a child attributes setting with the specified indent and alignment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Alignment | 
getAlignment()
Returns the alignment of the child block. 
 | 
Indent | 
getChildIndent()
Returns the indent of the child block. 
 | 
public static final ChildAttributes DELEGATE_TO_PREV_CHILD
public static final ChildAttributes DELEGATE_TO_NEXT_CHILD