Package it.smartio.docs.fop.nodes
Class FoTableCell
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoTableCell
-
- All Implemented Interfaces:
Fo,FoBackground<FoTableCell>,FoBorder<FoTableCell>,FoFont<FoTableCell>,FoPadding<FoTableCell>,java.lang.Iterable<FoNode>
public class FoTableCell extends FoNode implements FoBorder<FoTableCell>, FoPadding<FoTableCell>, FoFont<FoTableCell>, FoBackground<FoTableCell>
TheFoTableCellclass.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoBlockaddBlock()FoBlockaddInline()FoTableCellsetColSpan(int span)FoTableCellsetDisplayAlign(java.lang.String align)FoTableCellsetRelativeAlign(java.lang.String align)FoTableCellsetRowSpan(int span)-
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
-
Methods inherited from interface it.smartio.docs.fop.nodes.set.FoPadding
setPadding, setPadding, setPadding, setPaddingBottom, setPaddingLeft, setPaddingLeftRight, setPaddingRight, setPaddingTop
-
-
-
-
Method Detail
-
setDisplayAlign
public FoTableCell setDisplayAlign(java.lang.String align)
-
setRelativeAlign
public FoTableCell setRelativeAlign(java.lang.String align)
-
setRowSpan
public FoTableCell setRowSpan(int span)
-
setColSpan
public FoTableCell setColSpan(int span)
-
addBlock
public FoBlock addBlock()
-
addInline
public FoBlock addInline()
-
-