SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo.prop
Interface CommonMarginInlineOptimumPa

All Known Subinterfaces:
BasicLink, Block, BlockContainer, CharacterSequence, CommonMarginInlinePa, ExternalGraphic, Inline, InlineContainer, InstreamForeignObject, Leader, ListBlock, ListItem, PageNumber, PageNumberCitation, PageNumberCitationLast, RegionBody, ScalingValueCitation, SimplePageMaster, Table, TableAndCaption, Title

public interface CommonMarginInlineOptimumPa

The "optimum" components of the XSL-FO Common Margin Properties--Inline. These are included in an interface separate from (but included in) CommonMarginInlinePa so that they can be included by those formatting objects that support the four "margin" properties, but that do not support space-start and space-end. For XSL-FO 1.1, these include fo:simple-page-master, fo:region-body, fo:block, fo:block-container, fo:table-and-caption, fo:table, fo:list-block, and fo:list-item.

See Also:
"XSL-FO, 1.1, Section 7.12."

Method Summary
 int traitSpaceEndOptimum(FoContext context)
          Returns the "optimum" component of the "space-end" trait for this FO.
 int traitSpaceStartOptimum(FoContext context)
          Returns the "optimum" component of the "space-start" trait for this FO.
 

Method Detail

traitSpaceStartOptimum

int traitSpaceStartOptimum(FoContext context)
Returns the "optimum" component of the "space-start" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The "optimum" component of the "space-start" trait.
See Also:
"XSL-FO Standard 1.0, Section 7.11.2", "XSL-FO Standard 1.0, Section 4.3"

traitSpaceEndOptimum

int traitSpaceEndOptimum(FoContext context)
Returns the "optimum" component of the "space-end" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The "optimum" component of the "space-end" trait.
See Also:
"XSL-FO Standard 1.0, Section 7.11.1", "XSL-FO Standard 1.0, Section 4.3"

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.