public class LayoutProps
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
bIsSpan |
int |
blockProgressionUnit |
int |
breakAfter |
int |
breakBefore |
KeepValue |
keepTogether |
KeepValue |
keepWithNext |
KeepValue |
keepWithPrevious |
int |
lineStackingStrategy |
int |
orphans |
SpaceVal |
spaceAfter |
SpaceVal |
spaceBefore |
int |
widows |
Constructor and Description |
---|
LayoutProps() |
Modifier and Type | Method and Description |
---|---|
void |
combineWithParent(LayoutProps parentLP) |
java.lang.String |
toString() |
public int breakBefore
public int breakAfter
public KeepValue keepWithPrevious
public KeepValue keepWithNext
public KeepValue keepTogether
public int orphans
public int widows
public int blockProgressionUnit
public int lineStackingStrategy
public boolean bIsSpan
public SpaceVal spaceBefore
public SpaceVal spaceAfter
public void combineWithParent(LayoutProps parentLP)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.