org.apache.fop.layoutmgr.table
Class TableContentLayoutManager.TableHFPenaltyPosition
java.lang.Object
org.apache.fop.layoutmgr.Position
org.apache.fop.layoutmgr.table.TableContentLayoutManager.TableHFPenaltyPosition
- Enclosing class:
- TableContentLayoutManager
- public static class TableContentLayoutManager.TableHFPenaltyPosition
- extends Position
This class represents a Position specific to this layout manager. Used for table
headers and footers at breaks.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
headerElements
protected java.util.List headerElements
- Element list for the header
footerElements
protected java.util.List footerElements
- Element list for the footer
nestedPenaltyLength
protected int nestedPenaltyLength
- Penalty length to be respected for nested content
TableContentLayoutManager.TableHFPenaltyPosition
protected TableContentLayoutManager.TableHFPenaltyPosition(LayoutManager lm)
- Creates a new TableHFPenaltyPosition
- Parameters:
lm
- applicable layout manager
toString
public java.lang.String toString()
- Overrides:
toString
in class Position
- See Also:
Object.toString()
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.