org.apache.fop.area
Class Footnote
- Serializable
The footnote-reference-area optionally generated by an fo:region-body.
This areas holds footnote areas and an optional separator area.
See fo:region-body definition in the XSL Rec for more information.
BT , CLASS_ABSOLUTE , CLASS_BEFORE_FLOAT , CLASS_FIXED , CLASS_FOOTNOTE , CLASS_MAX , CLASS_NORMAL , CLASS_SIDE_FLOAT , LR , ORIENT_0 , ORIENT_180 , ORIENT_270 , ORIENT_90 , RL , TB , bpd , ipd , log , props |
void | addBlock(Block child) - Add a block area as child to the footnote area
|
Block | getSeparator() - Get the separator area for this footnote area.
|
int | getTop() - Get the relative position of the footnote inside the body region.
|
void | setSeparator(Block sep) - Set the separator area for this footnote.
|
void | setTop(int top) - Set the relative position of the footnote inside the body region.
|
addChildArea , addTrait , addTrait , getAllocBPD , getAllocIPD , getAreaClass , getBPD , getBooleanTrait , getBorderAndPaddingWidthAfter , getBorderAndPaddingWidthBefore , getBorderAndPaddingWidthEnd , getBorderAndPaddingWidthStart , getIPD , getSpaceAfter , getSpaceBefore , getSpaceEnd , getSpaceStart , getTrait , getTraitAsInteger , getTraits , hasTrait , hasTraits , setAreaClass , setBPD , setIPD , toString |
addBlock
public void addBlock(Block child)
Add a block area as child to the footnote area
- addBlock in interface BlockParent
getSeparator
public Block getSeparator()
Get the separator area for this footnote area.
getTop
public int getTop()
Get the relative position of the footnote inside the body region.
setSeparator
public void setSeparator(Block sep)
Set the separator area for this footnote.
setTop
public void setTop(int top)
Set the relative position of the footnote inside the body region.
top
- the relative position.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.