Package it.smartio.docs.fop.nodes
Class FoTableArea
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoTableArea
-
- All Implemented Interfaces:
Fo,FoBackground<FoTableArea>,FoIndent<FoTableArea>,java.lang.Iterable<FoNode>
public class FoTableArea extends FoNode implements FoIndent<FoTableArea>, FoBackground<FoTableArea>
TheFoTableAreaclass.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoTableRowaddRow()-
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.FoIndent
setEndIndent, setEndIndentLastLine, setStartIndent
-
-
-
-
Method Detail
-
addRow
public FoTableRow addRow()
-
-