Package org.apache.fop.layoutmgr.table
Class TableHeaderFooterPosition
- java.lang.Object
-
- org.apache.fop.layoutmgr.Position
-
- org.apache.fop.layoutmgr.table.TableHeaderFooterPosition
-
class TableHeaderFooterPosition extends Position
This class represents a Position specific to TableContentLayoutManager. Used for table headers and footers at the beginning and end of a table.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
header
True indicates a position for a header, false for a footer.protected java.util.List
nestedElements
Element list representing the header/footer
-
Constructor Summary
Constructors Modifier Constructor Description protected
TableHeaderFooterPosition(LayoutManager lm, boolean header, java.util.List nestedElements)
Creates a new TableHeaderFooterPosition.
-
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
-
TableHeaderFooterPosition
protected TableHeaderFooterPosition(LayoutManager lm, boolean header, java.util.List nestedElements)
Creates a new TableHeaderFooterPosition.- Parameters:
lm
- applicable layout managerheader
- True indicates a position for a header, false for a footer.nestedElements
- Element list representing the header/footer
-
-
Method Detail
-
generatesAreas
public boolean generatesAreas()
- Overrides:
generatesAreas
in classPosition
- Returns:
- true if generates areas
-
-