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.
bIsSpan
public boolean bIsSpan
blockProgressionUnit
public int blockProgressionUnit
breakAfter
public int breakAfter
breakBefore
public int breakBefore
keepWithPrevious
public KeepValue keepWithPrevious
lineStackingStrategy
public int lineStackingStrategy
orphans
public int orphans
LayoutProps
public LayoutProps()
combineWithParent
public void combineWithParent(LayoutProps parentLP)
toString
public String toString()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.