Class Footnote

All Implemented Interfaces:
Dimensions

public class Footnote extends VBox
Represents a footnote that will be displayed at the bottom of the page.
  • Field Details

  • Method Details

    • getBaselineSkip

      public long getBaselineSkip()
      Get the distance between baselines in this footnote.
    • getFirstHBoxHeight

      public long getFirstHBoxHeight()
      Get the height of the first HBox in this footnote.
    • getLastHBoxDepth

      public long getLastHBoxDepth()
      Get the depth of the last HBox in this footnote.
    • create

      @NotNull public static @NotNull Footnote create(HBox mark, Block block, Config config, FontManager fontManager, Bookmarks bookmarks, Sections sections, HyphenDictionary hyphenDictionary) throws IOException
      Throws:
      IOException