Class TableHFPenaltyPosition
java.lang.Object
org.apache.fop.layoutmgr.Position
org.apache.fop.layoutmgr.table.TableHFPenaltyPosition
This class represents a Position specific to TableContentLayoutManager. Used for table
headers and footers at breaks.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ListElement> Element list for the footerprotected List<ListElement> Element list for the header -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new TableHFPenaltyPosition -
Method Summary
Methods inherited from class Position
getIndex, getLM, getLM, getPosition, getPosition, getShortLMName, setIndex
-
Field Details
-
headerElements
Element list for the header
-
-
Constructor Details
-
TableHFPenaltyPosition
Creates a new TableHFPenaltyPosition- Parameters:
lm- applicable layout manager
-
-
Method Details
-
generatesAreas
public boolean generatesAreas()- Overrides:
generatesAreasin classPosition- Returns:
- true if generates areas
-
toString
-