SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo.prop
Interface BorderSeparationPa

All Known Subinterfaces:
Table

public interface BorderSeparationPa

The XSL-FO border-separation property.


Method Summary
 int traitBorderSeparationBpd(FoContext context)
          Returns the BPD portion of the "border-separation" trait for this FO.
 int traitBorderSeparationIpd(FoContext context)
          Returns the IPD portion of the "border-separation" trait for this FO.
 

Method Detail

traitBorderSeparationIpd

int traitBorderSeparationIpd(FoContext context)
Returns the IPD portion of the "border-separation" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The length, in millipoints, of the IPD portion of the "border-separation" trait for this FO.
See Also:
"XSL-FO Standard 1.0, Section 7.26.5"

traitBorderSeparationBpd

int traitBorderSeparationBpd(FoContext context)
Returns the BPD portion of the "border-separation" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The length, in millipoints, of the BPD portion of the "border-separation" trait for this FO.
See Also:
"XSL-FO Standard 1.0, Section 7.26.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.