SourceForge.net Logo
aXSL API 0.2

org.axsl.area
Interface RegionBodyRefArea

All Superinterfaces:
Area, AreaNode, FoContext, javax.swing.tree.TreeNode

public interface RegionBodyRefArea
extends Area

The Area containing the region-body.


Method Summary
 BeforeFloatRefArea getBeforeFloatRefArea()
          Returns the before-float reference-area.
 FootnoteRefArea getFootnoteRefArea()
          Returns the footnote reference-area.
 MainRefArea getMainRefArea()
          Returns the main reference-area.
 
Methods inherited from interface org.axsl.area.Area
crBpd, crIpd, pdAvailable
 
Methods inherited from interface org.axsl.area.AreaNode
ancestorArea, ancestorBlockContentFactory, ancestorNormalBlockArea, ancestorTableArea, getAreaName, getAreaTree, getPage, isFirstChildOfGeneratedBy, nearestArea, nearestGeneratedByBlockLevelFo, removeChild, siblingIndex, traitGeneratedBy
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 
Methods inherited from interface org.axsl.fo.FoContext
bpdAncestorBlockOrRa, getGraftingPoint, heightContainingBlock, ipdAncestorBlockArea, ipdAncestorBlockOrRa, ipdContainingRefArea, ipdParentArea, isFirst, isLast, tableWidth, widthContainingBlock
 

Method Detail

getMainRefArea

MainRefArea getMainRefArea()
Returns the main reference-area.

Returns:
The main reference-area for this body region.

getBeforeFloatRefArea

BeforeFloatRefArea getBeforeFloatRefArea()
Returns the before-float reference-area.

Returns:
The before-float reference-area for this body region, or null if there is none.

getFootnoteRefArea

FootnoteRefArea getFootnoteRefArea()
Returns the footnote reference-area.

Returns:
The footnote reference-area for this body region, or null if there is none.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.