org.apache.fop.fo.flow
Class TableFooter

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.flow.TableBody
              |
              +--org.apache.fop.fo.flow.TableFooter

public class TableFooter
extends TableBody


Inner Class Summary
 public static classTableFooter.Maker
           

Inner classes inherited from class org.apache.fop.fo.flow.TableBody
TableBody.Maker

Inner classes inherited from class org.apache.fop.fo.FObj
FObj.Maker

Fields inherited from class org.apache.fop.fo.flow.TableBody
areaContainer, backgroundColor, borderColor, borderStyle, borderWidth, columns, fs, id, spaceAfter, spaceBefore

Fields inherited from class org.apache.fop.fo.FObj
properties

Fields inherited from class org.apache.fop.fo.FONode
BREAK_AFTER, children, START

Constructor Summary
TableFooter(FObj parent, PropertyList propertyList)
           

Method Summary
 intgetYPosition()
           
 static FObj.Makermaker()
           
 voidsetYPosition(int value)
           

Methods inherited from class org.apache.fop.fo.flow.TableBody
getHeight, layout, removeLayout, setColumns

Methods inherited from class org.apache.fop.fo.FObj
generatesReferenceAreas, getContentWidth, getName, getProperty, removeID

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

Constructor Detail

TableFooter

public TableFooter(FObj parent, PropertyList propertyList)
Method Detail

getYPosition

public int getYPosition()

maker

public static FObj.Maker maker()

setYPosition

public void setYPosition(int value)