SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo.prop
Interface InlineProgressionDimensionPa

All Known Subinterfaces:
BlockContainer, ExternalGraphic, Inline, InlineContainer, InstreamForeignObject, Table, TableCaption, TableCell

public interface InlineProgressionDimensionPa

The XSL-FO inline-progression-dimension property.


Method Summary
 int traitIpDimensionMax(FoContext context)
          Returns the "maximum" component of the "inline-progression-dimension" for this FO.
 int traitIpDimensionMin(FoContext context)
          Returns the "minimum" component of the "inline-progression-dimension" for this FO.
 int traitIpDimensionOpt(FoContext context)
          Returns the "optimum" component of the "inline-progression-dimension" for this FO.
 

Method Detail

traitIpDimensionMax

int traitIpDimensionMax(FoContext context)
Returns the "maximum" component of the "inline-progression-dimension" for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The computed value, or Fo.DIMENSION_AUTO for "auto".
See Also:
"XSL-FO Standard 1.0, Section 7.14.5"

traitIpDimensionOpt

int traitIpDimensionOpt(FoContext context)
Returns the "optimum" component of the "inline-progression-dimension" for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The computed value, or Fo.DIMENSION_AUTO for "auto".
See Also:
"XSL-FO Standard 1.0, Section 7.14.5"

traitIpDimensionMin

int traitIpDimensionMin(FoContext context)
Returns the "minimum" component of the "inline-progression-dimension" for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The computed value, or Fo.DIMENSION_AUTO for "auto".
See Also:
"XSL-FO Standard 1.0, Section 7.14.5"

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.