Package it.smartio.docs.fop.nodes
Class FoBlockContainer
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoBlockContainer
-
- All Implemented Interfaces:
Fo,FoBackground<FoBlockContainer>,FoBorder<FoBlockContainer>,FoFont<FoBlockContainer>,FoSpace<FoBlockContainer>,java.lang.Iterable<FoNode>
public class FoBlockContainer extends FoNode implements FoSpace<FoBlockContainer>, FoBorder<FoBlockContainer>, FoFont<FoBlockContainer>, FoBackground<FoBlockContainer>
TheFoBlockContainerclass.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFoBlockContainer.Position
-
Constructor Summary
Constructors Constructor Description FoBlockContainer(FoBlockContainer.Position position)Constructs an instance ofFoBlockContainer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoBlockaddBlock()FoBlockaddBlock(java.lang.String content)FoBlockContainersetHeight(java.lang.String value)FoBlockContainersetPosition(java.lang.String left, java.lang.String right, java.lang.String top, java.lang.String bottom)FoBlockContainersetPositionBottom(java.lang.String value)FoBlockContainersetPositionLeft(java.lang.String value)FoBlockContainersetPositionRight(java.lang.String value)FoBlockContainersetPositionTop(java.lang.String value)FoBlockContainersetWidth(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
-
Methods inherited from interface it.smartio.docs.fop.nodes.set.FoSpace
setSpace, setSpace, setSpaceAfter, setSpaceAfter, setSpaceBefore, setSpaceBefore
-
-
-
-
Constructor Detail
-
FoBlockContainer
public FoBlockContainer(FoBlockContainer.Position position)
Constructs an instance ofFoBlockContainer.
-
-
Method Detail
-
setPosition
public FoBlockContainer setPosition(java.lang.String left, java.lang.String right, java.lang.String top, java.lang.String bottom)
-
setPositionTop
public FoBlockContainer setPositionTop(java.lang.String value)
-
setPositionLeft
public FoBlockContainer setPositionLeft(java.lang.String value)
-
setPositionRight
public FoBlockContainer setPositionRight(java.lang.String value)
-
setPositionBottom
public FoBlockContainer setPositionBottom(java.lang.String value)
-
setWidth
public FoBlockContainer setWidth(java.lang.String value)
-
setHeight
public FoBlockContainer setHeight(java.lang.String value)
-
addBlock
public FoBlock addBlock(java.lang.String content)
-
addBlock
public FoBlock addBlock()
-
-