Package org.apache.fop.layoutmgr.table
Class TableHFPenaltyPosition
- java.lang.Object
-
- org.apache.fop.layoutmgr.Position
-
- org.apache.fop.layoutmgr.table.TableHFPenaltyPosition
-
class TableHFPenaltyPosition extends Position
This class represents a Position specific to TableContentLayoutManager. Used for table headers and footers at breaks.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List
footerElements
Element list for the footerprotected java.util.List
headerElements
Element list for the header
-
Constructor Summary
Constructors Modifier Constructor Description protected
TableHFPenaltyPosition(LayoutManager lm)
Creates a new TableHFPenaltyPosition
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
generatesAreas()
java.lang.String
toString()
-
Methods inherited from class org.apache.fop.layoutmgr.Position
getIndex, getLM, getLM, getPosition, getPosition, getShortLMName, setIndex
-
-
-
-
Constructor Detail
-
TableHFPenaltyPosition
protected TableHFPenaltyPosition(LayoutManager lm)
Creates a new TableHFPenaltyPosition- Parameters:
lm
- applicable layout manager
-
-
Method Detail
-
generatesAreas
public boolean generatesAreas()
- Overrides:
generatesAreas
in classPosition
- Returns:
- true if generates areas
-
-