Package it.smartio.docs.fop.nodes
Class FoTable
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoTable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoTableAreaaddBody()FoTableaddColumn(java.lang.String number, java.lang.String width)FoTableAreaaddFoot()FoTableAreaaddHead()FoTablesetBorderBefore(java.lang.String before)FoTablesetBorderCollapse(java.lang.String before)FoTablesetBorderSpacing(java.lang.String spacing)FoTablesetTableLayout(java.lang.String fixed)FoTablesetTableWidth(java.lang.String width)-
Methods inherited from class it.smartio.docs.fop.nodes.FoNode
addNode, addText, build, create, getAttributes, getTagName, hasChildren, iterator, root, set, setId, text
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.smartio.docs.fop.nodes.set.FoBackground
setBackground, setBackgroundColor
-
Methods inherited from interface it.smartio.docs.fop.nodes.set.FoBorder
setBorder, setBorderBottom, setBorderLeft, setBorderRadius, setBorderRight, setBorderTop, setBorderWidth
-
Methods inherited from interface it.smartio.docs.fop.nodes.set.FoSpace
setSpace, setSpace, setSpaceAfter, setSpaceAfter, setSpaceBefore, setSpaceBefore
-
-
-
-
Constructor Detail
-
FoTable
public FoTable()
Constructs an instance ofFoTable.
-
-
Method Detail
-
setTableLayout
public FoTable setTableLayout(java.lang.String fixed)
-
setTableWidth
public FoTable setTableWidth(java.lang.String width)
-
setBorderBefore
public FoTable setBorderBefore(java.lang.String before)
-
setBorderCollapse
public FoTable setBorderCollapse(java.lang.String before)
-
setBorderSpacing
public FoTable setBorderSpacing(java.lang.String spacing)
-
addColumn
public FoTable addColumn(java.lang.String number, java.lang.String width)
-
addHead
public FoTableArea addHead()
-
addBody
public FoTableArea addBody()
-
addFoot
public FoTableArea addFoot()
-
-