org.apache.fop.fo.flow
Class TableRow
org.apache.fop.fo.FONode
|
+--org.apache.fop.fo.FObj
|
+--org.apache.fop.fo.flow.TableRow
- public class TableRow
- extends FObj
Methods inherited from class org.apache.fop.fo.FONode |
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, removeAreas, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows |
areaAdded
boolean areaAdded
areaContainer
AreaContainer areaContainer
backgroundColor
ColorType backgroundColor
borderBottomColor
ColorType borderBottomColor
borderBottomStyle
int borderBottomStyle
borderBottomWidth
int borderBottomWidth
borderLeftColor
ColorType borderLeftColor
borderLeftStyle
int borderLeftStyle
borderLeftWidth
int borderLeftWidth
borderRightColor
ColorType borderRightColor
borderRightStyle
int borderRightStyle
borderRightWidth
int borderRightWidth
borderTopColor
ColorType borderTopColor
borderTopStyle
int borderTopStyle
borderTopWidth
int borderTopWidth
cells
public 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.
columns
Vector columns
fs
FontState fs
hasAddedSpacer
boolean hasAddedSpacer
id
String id
keepWithNext
int keepWithNext
keepWithPrevious
int keepWithPrevious
largestCellHeight
int largestCellHeight
paddingBottom
int paddingBottom
paddingLeft
int paddingLeft
paddingRight
int paddingRight
paddingTop
int paddingTop
setup
boolean setup
spaceAfter
int spaceAfter
spaceBefore
int spaceBefore
spacer
DisplaySpace spacer
spacerAfter
DisplaySpace spacerAfter
widthOfCellsSoFar
int widthOfCellsSoFar
TableRow
public TableRow(FObj parent, PropertyList propertyList)
doSetup
public void doSetup(Area area)
throws org.apache.fop.apps.FOPException
getAreaHeight
public int getAreaHeight()
getKeepWithPrevious
public int getKeepWithPrevious()
layout
public Status layout(Area area)
throws org.apache.fop.apps.FOPException
maker
public static FObj.Maker maker()
removeLayout
public void removeLayout(Area area)
resetMarker
public void resetMarker()
setColumns
public void setColumns(Vector columns)
to Class org.apache.fop.layout.FontState
to Class org.apache.fop.datatypes.ColorType
to Class java.lang.String
to Class org.apache.fop.datatypes.ColorType
to Class org.apache.fop.datatypes.ColorType
to Class org.apache.fop.datatypes.ColorType
to Class org.apache.fop.datatypes.ColorType
to Class java.util.Vector
to Class org.apache.fop.layout.AreaContainer
to Class org.apache.fop.layout.DisplaySpace
to Class org.apache.fop.layout.DisplaySpace
to Class java.util.Vector
- 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.