SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo.prop
Interface BlockProgressionDimensionPa

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

public interface BlockProgressionDimensionPa

The XSL-FO block-progression-dimension property.


Method Summary
 int traitBpDimensionMax(FoContext context)
          Returns the "maximum" component of the "block-progression-dimension" for this FO.
 int traitBpDimensionMin(FoContext context)
          Returns the "minimum" component of the "block-progression-dimension" for this FO.
 int traitBpDimensionOpt(FoContext context)
          Returns the "optimum" component of the "block-progression-dimension" for this FO.
 

Method Detail

traitBpDimensionMax

int traitBpDimensionMax(FoContext context)
Returns the "maximum" component of the "block-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.1"

traitBpDimensionOpt

int traitBpDimensionOpt(FoContext context)
Returns the "optimum" component of the "block-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.1"

traitBpDimensionMin

int traitBpDimensionMin(FoContext context)
Returns the "minimum" component of the "block-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.1"

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.