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."
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.CommonMarginBlockPa |
traitEndIndent, traitSpaceAfterConditionality, traitSpaceAfterMaximum, traitSpaceAfterMinimum, traitSpaceAfterOptimum, traitSpaceAfterPrecedence, traitSpaceBeforeConditionality, traitSpaceBeforeMaximum, traitSpaceBeforeMinimum, traitSpaceBeforeOptimum, traitSpaceBeforePrecedence, traitStartIndent |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.