Package it.smartio.docs.fop.nodes
Class FoListItem
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoListItem
-
- All Implemented Interfaces:
Fo,FoBackground<FoListItem>,FoFont<FoListItem>,FoMargin<FoListItem>,FoSpace<FoListItem>,java.lang.Iterable<FoNode>
public class FoListItem extends FoNode implements FoSpace<FoListItem>, FoMargin<FoListItem>, FoFont<FoListItem>, FoBackground<FoListItem>
TheFoListItemclass.
-
-
Constructor Summary
Constructors Constructor Description FoListItem(java.lang.String label)Constructs an instance ofFoListItem.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoBlockgetContent()FoListItemsetKeepWithNext(java.lang.String keep)-
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.FoFont
setColor, setFontFamily, setFontSize, setFontStyle, setFontWeight, setLineHeight, setTextAlign, setTextDecoration
-
Methods inherited from interface it.smartio.docs.fop.nodes.set.FoMargin
setMargin, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop
-
Methods inherited from interface it.smartio.docs.fop.nodes.set.FoSpace
setSpace, setSpace, setSpaceAfter, setSpaceAfter, setSpaceBefore, setSpaceBefore
-
-
-
-
Constructor Detail
-
FoListItem
public FoListItem(java.lang.String label)
Constructs an instance ofFoListItem.- Parameters:
label-
-
-
Method Detail
-
setKeepWithNext
public FoListItem setKeepWithNext(java.lang.String keep)
-
getContent
public FoBlock getContent()
-
-