Uses of Class
org.apache.fop.area.AreaTreeObject
Packages that use AreaTreeObject
Package
Description
FOP's area tree.
FOP's area tree: inline-level areas
FOP's layout engine.
-
Uses of AreaTreeObject in org.apache.fop.area
Subclasses of AreaTreeObject in org.apache.fop.areaModifier and TypeClassDescriptionclassBase object for all areas.classThe before-float-reference-area optionally generated by an fo:region-body.classThis is the block area class.classA BlockParent holds block-level areas.classA BlockViewport.classThis class is a container for the areas that may be generated by an fo:region-body.classThe footnote-reference-area optionally generated by an fo:region-body.classThe line area.classThe main-reference-area generated by an fo:region-body This object holds one or more span-reference-areas (block-areas stacked in the block progression direction) See fo:region-body definition in the XSL Rec for more information.classThe normal-flow-reference-area class.classThe page.classRepresents a page sequence in the area tree.classPage viewport that specifies the viewport area and holds the page contents.classThis is a region reference area for a page regions.classRegion Viewport area.classclassThe span-reference-area. -
Uses of AreaTreeObject in org.apache.fop.area.inline
Subclasses of AreaTreeObject in org.apache.fop.area.inlineModifier and TypeClassDescriptionclassAbstract base class for both TextArea and Character.classAnchor area for footnote or float.classAn inline area produced by an fo:basic-link element.classContainer area for inline container.classFilled area.classForeign object inline area.classImage area for external-graphic.classInline Area This area is for all inline areas that can be placed in a line area.classThis is the inline block area class.classInline block parent area.classInline parent area.classInline viewport area.classThis is a leader inline area.classAlways (pre-) resolved page number area.classInline space area.classA spaceclassA text inline area.classUnresolvable page number area.classA string of characters without spaces -
Uses of AreaTreeObject in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type AreaTreeObjectModifier and TypeMethodDescriptionprotected voidAbstractLayoutManager.transferExtensionAttachments(AreaTreeObject targetArea) Transfers extension attachments from the formatting object to the area.protected voidAbstractLayoutManager.transferExtensions(AreaTreeObject targetArea) Transfers extensions (foreign attributes and extension attachments) from the formatting object to the area.protected voidAbstractLayoutManager.transferForeignAttributes(AreaTreeObject targetArea) Transfers foreign attributes from the formatting object to the area.