Uses of Class
com.openhtmltopdf.layout.FootnoteManager.FootnoteArea
Packages that use FootnoteManager.FootnoteArea
-
Uses of FootnoteManager.FootnoteArea in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout with type parameters of type FootnoteManager.FootnoteAreaModifier and TypeFieldDescriptionprivate final Map<BlockBox, FootnoteManager.FootnoteArea> FootnoteManager._containerMapprivate final Map<PageBox, FootnoteManager.FootnoteArea> FootnoteManager._footnoteAreasMethods in com.openhtmltopdf.layout that return FootnoteManager.FootnoteAreaModifier and TypeMethodDescriptionprivate FootnoteManager.FootnoteAreaFootnoteManager.createFootnoteArea(LayoutContext c, PageBox page) Methods in com.openhtmltopdf.layout with parameters of type FootnoteManager.FootnoteAreaModifier and TypeMethodDescriptionprivate voidFootnoteManager.clearFootnoteAreaPages(FootnoteManager.FootnoteArea area) private voidFootnoteManager.positionFootnoteArea(LayoutContext c, FootnoteManager.FootnoteArea area, PageBox firstPage, int lineHeight, boolean allowRepeat) private voidFootnoteManager.reserveSubsequentPagesForFootnoteArea(LayoutContext c, FootnoteManager.FootnoteArea area, int desiredHeight, int footnoteTop, int startAt)