Uses of Class
org.apache.fop.fo.pagination.Root
-
Packages that use Root Package Description org.apache.fop.accessibility.fo org.apache.fop.area FOP's area tree.org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.pagination All the pagination and declaration formatting objects. -
-
Uses of Root in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type Root Modifier and Type Method Description voidFO2StructureTreeConverter. endRoot(Root root)voidFO2StructureTreeConverter. startRoot(Root root) -
Uses of Root in org.apache.fop.area
Methods in org.apache.fop.area with parameters of type Root Modifier and Type Method Description voidAreaTreeHandler. startRoot(Root root) -
Uses of Root in org.apache.fop.fo
Fields in org.apache.fop.fo declared as Root Modifier and Type Field Description protected RootFOTreeBuilder. rootFObjThe root of the formatting object treeMethods in org.apache.fop.fo that return Root Modifier and Type Method Description RootFONode. getRoot()Returns the root node of this treeMethods in org.apache.fop.fo with parameters of type Root Modifier and Type Method Description voidDelegatingFOEventHandler. endRoot(Root root)voidFOEventHandler. endRoot(Root root)Called upon end of root element.voidDelegatingFOEventHandler. startRoot(Root root)voidFOEventHandler. startRoot(Root root)Called upon start of root element. -
Uses of Root in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return Root Modifier and Type Method Description RootAbstractPageSequence. getRoot()Public accessor for the ancestor Root.RootRoot. getRoot()Returns the root node of this tree
-