org.apache.fop.traits
Class LayoutProps
java.lang.Object
org.apache.fop.traits.LayoutProps
public class LayoutProps
- extends java.lang.Object
Store properties affecting layout: break-before, break-after, keeps, span.
for a block level FO.
Public "structure" allows direct member access.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
breakBefore
public int breakBefore
breakAfter
public int breakAfter
keepWithPrevious
public KeepValue keepWithPrevious
keepWithNext
public KeepValue keepWithNext
keepTogether
public KeepValue keepTogether
orphans
public int orphans
widows
public int widows
blockProgressionUnit
public int blockProgressionUnit
lineStackingStrategy
public int lineStackingStrategy
bIsSpan
public boolean bIsSpan
spaceBefore
public SpaceVal spaceBefore
spaceAfter
public SpaceVal spaceAfter
LayoutProps
public LayoutProps()
combineWithParent
public void combineWithParent(LayoutProps parentLP)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.