Package it.smartio.docs.fop.nodes
Class FoTableRow
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoTableRow
-
- All Implemented Interfaces:
Fo,FoBackground<FoTableRow>,FoBorder<FoTableRow>,FoFont<FoTableRow>,java.lang.Iterable<FoNode>
public class FoTableRow extends FoNode implements FoBorder<FoTableRow>, FoFont<FoTableRow>, FoBackground<FoTableRow>
TheFoTableRowclass.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoTableCelladdCell()FoTableRowsetDisplayAlign(java.lang.String align)FoTableRowsetProgessionDimensionMin(java.lang.String value)-
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.FoFont
setColor, setFontFamily, setFontSize, setFontStyle, setFontWeight, setLineHeight, setTextAlign, setTextDecoration
-
-
-
-
Method Detail
-
setDisplayAlign
public FoTableRow setDisplayAlign(java.lang.String align)
-
setProgessionDimensionMin
public FoTableRow setProgessionDimensionMin(java.lang.String value)
-
addCell
public FoTableCell addCell()
-
-