|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonFontExcludedPa
The XSL-FO Common Font properties that are NOT currently exposed to client applications in the axsl API. This interface can be used by implementations for pro-forma purposes, and the methods in it may be exposed at a later time if it is found that they are needed by client applications.
| Method Summary | |
|---|---|
java.lang.String[] |
traitFontFamily(FoContext context)
Returns the "font-family" trait for this FO. |
Font.SelectionStrategy |
traitFontSelectionStrategy(FoContext context)
Returns the "font-selection-strategy" trait for this FO. |
int |
traitFontSize(FoContext context)
Returns the "font-size" trait for this FO. |
double |
traitFontSizeAdjust(FoContext context)
Retrieves the computed value for "font-size-adjust". |
Font.Stretch |
traitFontStretch(FoContext context)
Returns the "font-stretch" trait for this FO. |
Font.Variant |
traitFontVariant(FoContext context)
Returns the "font-variant" trait for this FO. |
| Methods inherited from interface org.axsl.fo.fo.prop.FontStylePa |
|---|
traitFontStyle |
| Methods inherited from interface org.axsl.fo.fo.prop.FontWeightPa |
|---|
traitFontWeight |
| Method Detail |
|---|
java.lang.String[] traitFontFamily(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
Font.SelectionStrategy traitFontSelectionStrategy(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitFontSize(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
Font.Stretch traitFontStretch(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
double traitFontSizeAdjust(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
Double.NEGATIVE_INFINITY if no adjustment should be made to the
actual font-size.Font.Variant traitFontVariant(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.