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.extensions.destination Classes to support named destinations (only relevant for PDF output)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
StructureTreeEventTrigger. endRoot(Root root)
void
FO2StructureTreeConverter. startRoot(Root root)
void
StructureTreeEventTrigger. startRoot(Root root)
-
Uses of Root in org.apache.fop.area
Fields in org.apache.fop.area declared as Root Modifier and Type Field Description private Root
AreaTreeHandler. rootFObj
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.extensions.destination
Fields in org.apache.fop.fo.extensions.destination declared as Root Modifier and Type Field Description private Root
Destination. root
-
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
-