org.apache.fop.fo.flow
Class TableRow
java.lang.Object
|
+--org.apache.fop.fo.FONode
|
+--org.apache.fop.fo.FObj
|
+--org.apache.fop.fo.flow.TableRow
- public class TableRow
- extends FObj
Field Summary |
java.util.Vector |
cells
The list of cell states for this row. |
Fields inherited from class org.apache.fop.fo.FONode |
bodyIndent,
BREAK_AFTER,
children,
distanceBetweenStarts,
forcedStartOffset,
forcedWidth,
isInLabel,
isInListBody,
isInTableCell,
labelSeparation,
linkSet,
marker,
orphans,
parent,
START,
widows |
Methods inherited from class org.apache.fop.fo.FONode |
addChild,
forceStartOffset,
forceWidth,
getLinkSet,
getMarkerSnapshot,
getParent,
removeAreas,
rollback,
setBodyIndent,
setDistanceBetweenStarts,
setIsInLabel,
setIsInListBody,
setIsInTableCell,
setLabelSeparation,
setLinkSet,
setOrphans,
setWidows |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
cells
public java.util.Vector cells
- The list of cell states for this row. This is the location of
where I will be storing the state of each cell so that I can
spread a cell over multiple pages if I have to. This is part
of fixing the TableRow larger than a single page bug.
Hani Elabed, 11/22/2000.
TableRow
public TableRow(FObj parent,
PropertyList propertyList)
maker
public static FObj.Maker maker()
setColumns
public void setColumns(java.util.Vector columns)
getKeepWithPrevious
public KeepValue getKeepWithPrevious()
doSetup
public void doSetup(Area area)
throws FOPException
layout
public Status layout(Area area)
throws FOPException
- Description copied from class: FObj
- generates the area or areas for this formatting object
and adds these to the area. This method should always be
overridden by all sub classes
- Overrides:
- layout in class FObj
- Tags copied from class: FObj
- Parameters:
area
-
getAreaHeight
public int getAreaHeight()
removeLayout
public void removeLayout(Area area)
resetMarker
public void resetMarker()
- Overrides:
- resetMarker in class FONode
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.