org.apache.fop.fo.flow
Class TableBody
org.apache.fop.fo.FONode
|
+--org.apache.fop.fo.FObj
|
+--org.apache.fop.fo.flow.TableBody
- Direct Known Subclasses:
- TableFooter, TableHeader
- public class TableBody
- extends FObj
Methods inherited from class org.apache.fop.fo.FONode |
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, removeAreas, resetMarker, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows |
areaContainer
AreaContainer areaContainer
backgroundColor
ColorType backgroundColor
borderColor
ColorType borderColor
borderStyle
int borderStyle
borderWidth
int borderWidth
columns
Vector columns
fs
FontState fs
id
String id
spaceAfter
int spaceAfter
spaceBefore
int spaceBefore
TableBody
public TableBody(FObj parent, PropertyList propertyList)
getHeight
public int getHeight()
getYPosition
public int getYPosition()
layout
public Status layout(Area area)
throws org.apache.fop.apps.FOPException
maker
public static FObj.Maker maker()
removeLayout
public void removeLayout(Area area)
setColumns
public void setColumns(Vector columns)
setYPosition
public void setYPosition(int value)
to Class org.apache.fop.layout.FontState
to Class org.apache.fop.datatypes.ColorType
to Class org.apache.fop.datatypes.ColorType
to Class java.lang.String
to Class java.util.Vector
to Class org.apache.fop.layout.AreaContainer