org.apache.fop.fo.flow
Class TableColumn

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.flow.TableColumn

public class TableColumn
extends FObj


Inner Class Summary
 public static classTableColumn.Maker
           

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

Field Summary
 (package private) AreaContainerareaContainer
           
 (package private) ColorTypebackgroundColor
           
 (package private) ColorTypeborderBottomColor
           
 (package private) intborderBottomStyle
           
 (package private) intborderBottomWidth
           
 (package private) ColorTypeborderLeftColor
           
 (package private) intborderLeftStyle
           
 (package private) intborderLeftWidth
           
 (package private) ColorTypeborderRightColor
           
 (package private) intborderRightStyle
           
 (package private) intborderRightWidth
           
 (package private) ColorTypeborderTopColor
           
 (package private) intborderTopStyle
           
 (package private) intborderTopWidth
           
 (package private) intcolumnOffset
           
 (package private) intcolumnWidth
           
 (package private) FontStatefs
           
 (package private) intpaddingBottom
           
 (package private) intpaddingLeft
           
 (package private) intpaddingRight
           
 (package private) intpaddingTop
           

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
TableColumn(FObj parent, PropertyList propertyList)
           

Method Summary
 intgetColumnNumber()
           
 intgetColumnWidth()
           
 Statuslayout(Area area)
           
 static FObj.Makermaker()
           
 voidsetColumnOffset(int columnOffset)
           
 voidsetHeight(int height)
           

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

Field Detail

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

columnOffset

int columnOffset

columnWidth

int columnWidth

fs

FontState fs

paddingBottom

int paddingBottom

paddingLeft

int paddingLeft

paddingRight

int paddingRight

paddingTop

int paddingTop
Constructor Detail

TableColumn

public TableColumn(FObj parent, PropertyList propertyList)
Method Detail

getColumnNumber

public int getColumnNumber()

getColumnWidth

public int getColumnWidth()

layout

public Status layout(Area area)
throws org.apache.fop.apps.FOPException

maker

public static FObj.Maker maker()

setColumnOffset

public void setColumnOffset(int columnOffset)

setHeight

public void setHeight(int height)

Association Links

to Class org.apache.fop.layout.FontState

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 org.apache.fop.datatypes.ColorType

to Class org.apache.fop.layout.AreaContainer