SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo.prop
Interface LeaderPatternPa

All Known Subinterfaces:
Leader

public interface LeaderPatternPa

The XSL-FO leader-pattern property.


Method Summary
 LeaderPattern traitLeaderPattern(FoContext context)
          Returns the "leader-pattern" trait for this FO.
 

Method Detail

traitLeaderPattern

LeaderPattern traitLeaderPattern(FoContext context)
Returns the "leader-pattern" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The leader-pattern trait for this FO. It is tempting to force the value here to "space" if the specified value is "rule" and the effective value for rule-thickness is 0, either because it is specified as 0 or because rule-style="none". That may be a good thing for the client application to do, but it is deliberately not done here because it may result in a loss of information to the client application. In all cases, the specified value is returned here.
See Also:
"XSL-FO Standard 1.0, Section 7.21.2"

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.