public class TableContentPosition extends Position
Modifier and Type | Field and Description |
---|---|
protected List<org.apache.fop.layoutmgr.table.CellPart> |
cellParts
the list of CellParts making up this position
|
static int |
FIRST_IN_ROWGROUP
The position is the first of the row group.
|
protected int |
flags
flags for the position
|
static int |
LAST_IN_ROWGROUP
The position is the last of the row group.
|
Modifier | Constructor and Description |
---|---|
protected |
TableContentPosition(LayoutManager lm,
List<org.apache.fop.layoutmgr.table.CellPart> cellParts,
EffRow row)
Creates a new TableContentPosition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
generatesAreas() |
boolean |
getFlag(int which)
Returns a flag for this GridUnit.
|
Position |
getPosition()
Overridden by NonLeafPosition to return the Position of its child LM.
|
void |
setFlag(int which,
boolean value)
Sets a flag on a GridUnit.
|
String |
toString() |
getIndex, getLM, getLM, getPosition, getShortLMName, setIndex
public static final int FIRST_IN_ROWGROUP
public static final int LAST_IN_ROWGROUP
protected List<org.apache.fop.layoutmgr.table.CellPart> cellParts
protected int flags
protected TableContentPosition(LayoutManager lm, List<org.apache.fop.layoutmgr.table.CellPart> cellParts, EffRow row)
lm
- applicable layout managercellParts
- the list of CellPart instancesrow
- effective row this position belongs topublic boolean getFlag(int which)
which
- the requested flagpublic void setFlag(int which, boolean value)
which
- the flag to setvalue
- the new value for the flagpublic boolean generatesAreas()
generatesAreas
in class Position
public Position getPosition()
Position
getPosition
in class Position
Copyright © 2025 Apache Software Foundation. All rights reserved.