Class Footnote

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class Footnote
    extends BlockParent
    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.
    See Also:
    Serialized Form
    • Field Detail

      • separator

        private Block separator
      • top

        private int top
    • Constructor Detail

      • Footnote

        public Footnote()
    • Method Detail

      • setSeparator

        public void setSeparator​(Block sep)
        Set the separator area for this footnote.
        Parameters:
        sep - the separator area
      • getSeparator

        public Block getSeparator()
        Get the separator area for this footnote area.
        Returns:
        the separator area
      • setTop

        public void setTop​(int top)
        Set the relative position of the footnote inside the body region.
        Parameters:
        top - the relative position.
      • getTop

        public int getTop()
        Get the relative position of the footnote inside the body region.
        Returns:
        the relative position.
      • addBlock

        public void addBlock​(Block child)
        Add a block area as child to the footnote area
        Overrides:
        addBlock in class BlockParent
        Parameters:
        child - the block area.