SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo
Interface RegionBody

All Superinterfaces:
ClipPa, ColumnCountPa, ColumnGapPa, CommonBorderPaddingBgPa, CommonMarginBlockPa, CommonMarginInlineOptimumPa, DisplayAlignPa, ExtentPa, Fo, java.lang.Iterable<Fo>, OverflowPa, ReferenceOrientationPa, Region, RegionNamePa, javax.swing.tree.TreeNode, WritingModePa

public interface RegionBody
extends Region, CommonBorderPaddingBgPa, CommonMarginBlockPa, CommonMarginInlineOptimumPa, ClipPa, ColumnCountPa, ColumnGapPa, DisplayAlignPa, OverflowPa, RegionNamePa, ReferenceOrientationPa, WritingModePa

An fo:region-body object in XSL-FO.

Note the inclusion of CommonMarginInlineOptimumPa in the "extends" list. The "space-start" and "space-end" properties are not included in the list of properties that apply to fo:region-body. However, "margin-left", "margin-right", "margin-top", and "margin-bottom" are included in that list, and, in the aXSL normalizations scheme, these can map to "space-start" and "space-end". Therefore, access to those properties must be made available to an fo:region-body.

See Also:
"XSL-FO 1.0 Section 6.4.13."

Field Summary
 
Fields inherited from interface org.axsl.fo.Fo
DIMENSION_AUTO
 
Method Summary
 
Methods inherited from interface org.axsl.fo.fo.Region
crHeight, crWidth, crX, crY, getPage
 
Methods inherited from interface org.axsl.fo.Fo
acceptProxyFactory, ancestorBasicLink, ancestorListRelatedObject, ancestorMarker, ancestorTable, getChildAt, getColumn, getContextMessage, getLine, getName, getParent, getSequentialIndex, getSystemId, isBlockLevelFo, qtyMarkerChildren, traitIsReferenceArea
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildCount, getIndex, isLeaf
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa
traitBackgroundAttachment, traitBackgroundColor, traitBackgroundImage, traitBackgroundPositionHorizontal, traitBackgroundPositionVertical, traitBackgroundRepeat, traitBorderAfterColor, traitBorderAfterStyle, traitBorderAfterWidth, traitBorderBeforeColor, traitBorderBeforeStyle, traitBorderBeforeWidth, traitBorderEndColor, traitBorderEndStyle, traitBorderEndWidth, traitBorderStartColor, traitBorderStartStyle, traitBorderStartWidth, traitPaddingAfter, traitPaddingBefore, traitPaddingEnd, traitPaddingStart
 
Methods inherited from interface org.axsl.fo.fo.prop.ClipPa
traitClip, traitClipIsAuto
 
Methods inherited from interface org.axsl.fo.fo.prop.DisplayAlignPa
traitDisplayAlign
 
Methods inherited from interface org.axsl.fo.fo.prop.ExtentPa
traitExtent
 
Methods inherited from interface org.axsl.fo.fo.prop.OverflowPa
traitOverflow
 
Methods inherited from interface org.axsl.fo.fo.prop.RegionNamePa
traitRegionName
 
Methods inherited from interface org.axsl.fo.fo.prop.ReferenceOrientationPa
traitReferenceOrientation
 
Methods inherited from interface org.axsl.fo.fo.prop.WritingModePa
traitWritingMode
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonMarginBlockPa
traitEndIndent, traitSpaceAfterConditionality, traitSpaceAfterMaximum, traitSpaceAfterMinimum, traitSpaceAfterOptimum, traitSpaceAfterPrecedence, traitSpaceBeforeConditionality, traitSpaceBeforeMaximum, traitSpaceBeforeMinimum, traitSpaceBeforeOptimum, traitSpaceBeforePrecedence, traitStartIndent
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonMarginInlineOptimumPa
traitSpaceEndOptimum, traitSpaceStartOptimum
 
Methods inherited from interface org.axsl.fo.fo.prop.ColumnCountPa
traitColumnCount
 
Methods inherited from interface org.axsl.fo.fo.prop.ColumnGapPa
traitColumnGap
 


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.