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 void
FO2StructureTreeConverter. endRoot(Root root)
void
FO2StructureTreeConverter. 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 void
AreaTreeHandler. 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 Root
FOTreeBuilder. rootFObj
The root of the formatting object treeMethods in org.apache.fop.fo that return Root Modifier and Type Method Description Root
FONode. getRoot()
Returns the root node of this treeMethods in org.apache.fop.fo with parameters of type Root Modifier and Type Method Description void
DelegatingFOEventHandler. endRoot(Root root)
void
FOEventHandler. endRoot(Root root)
Called upon end of root element.void
DelegatingFOEventHandler. startRoot(Root root)
void
FOEventHandler. 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 Root
AbstractPageSequence. getRoot()
Public accessor for the ancestor Root.Root
Root. getRoot()
Returns the root node of this tree
-