Package it.smartio.docs.fop.nodes
Class FoListBlock
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoListBlock
-
- All Implemented Interfaces:
Fo,FoBackground<FoListBlock>,FoBreak<FoListBlock>,FoFont<FoListBlock>,FoIndent<FoListBlock>,FoMargin<FoListBlock>,FoSpace<FoListBlock>,java.lang.Iterable<FoNode>
public class FoListBlock extends FoNode implements FoSpace<FoListBlock>, FoMargin<FoListBlock>, FoFont<FoListBlock>, FoBreak<FoListBlock>, FoBackground<FoListBlock>, FoIndent<FoListBlock>
TheFoListBlockclass.
-
-
Constructor Summary
Constructors Constructor Description FoListBlock()Constructs an instance ofFoListBlock.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoListBlockaddItem(FoListItem item)FoListItemaddItem(java.lang.String label)FoListBlocksetDistanceBetweenStarts(java.lang.String value)FoListBlocksetKeepWithNext(java.lang.String keep)FoListBlocksetLabelSeparation(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.FoBreak
setBreakAfter, setBreakBefore
-
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.FoIndent
setEndIndent, setEndIndentLastLine, setStartIndent
-
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
-
FoListBlock
public FoListBlock()
Constructs an instance ofFoListBlock.
-
-
Method Detail
-
setKeepWithNext
public FoListBlock setKeepWithNext(java.lang.String keep)
-
setLabelSeparation
public FoListBlock setLabelSeparation(java.lang.String value)
-
setDistanceBetweenStarts
public FoListBlock setDistanceBetweenStarts(java.lang.String value)
-
addItem
public FoListItem addItem(java.lang.String label)
-
addItem
public FoListBlock addItem(FoListItem item)
-
-