org.apache.fop.fo.flow
Class Table
org.apache.fop.fo.FONode
|
+--org.apache.fop.fo.FObj
|
+--org.apache.fop.fo.flow.Table
- public class Table
- 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
bodyCount
int bodyCount
borderColor
ColorType borderColor
borderStyle
int borderStyle
borderWidth
int borderWidth
breakAfter
int breakAfter
breakBefore
int breakBefore
columns
Vector columns
currentColumnNumber
int currentColumnNumber
fs
FontState fs
height
int height
id
String id
omitFooterAtBreak
boolean omitFooterAtBreak
omitHeaderAtBreak
boolean omitHeaderAtBreak
spaceAfter
int spaceAfter
spaceBefore
int spaceBefore
tableFooter
TableFooter tableFooter
tableHeader
TableHeader tableHeader
width
int width
Table
public Table(FObj parent, PropertyList propertyList)
getAreaHeight
public int getAreaHeight()
getContentWidth
public int getContentWidth()
- Return the content width of the boxes generated by this table FO.
layout
public Status layout(Area area)
throws org.apache.fop.apps.FOPException
maker
public static FObj.Maker maker()
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 org.apache.fop.fo.flow.TableHeader
to Class org.apache.fop.fo.flow.TableFooter
to Class java.util.Vector
to Class org.apache.fop.layout.AreaContainer