Package it.smartio.docs.fop.nodes
Class FoFlow
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoFlow
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoBlockaddBlock()FoNodeaddBlock(FoNode builder)FoBlockContainerblockContainer(FoBlockContainer.Position position)-
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.FoIndent
setEndIndent, setEndIndentLastLine, setStartIndent
-
-
-
-
Constructor Detail
-
FoFlow
public FoFlow(java.lang.String reference)
Constructs an instance ofFoFlow.- Parameters:
reference-
-
-
Method Detail
-
blockContainer
public FoBlockContainer blockContainer(FoBlockContainer.Position position)
-
addBlock
public FoBlock addBlock()
-
-