|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FoLineText
Subinterface of LineText that provides additional services to
XSL-FO systems.
| Methods inherited from interface org.axsl.text.line.LineText |
|---|
inlineCountry, inlineFauxSmallCapsFontSize, inlineFontSize, inlineHyphenate, inlineHyphenationCharacter, inlineHyphenationPushCount, inlineHyphenationRemainCount, inlineIsFauxSmallCaps, inlineLanguage, inlineLetterSpacingOptimum, inlinePrimaryFont, inlineSecondaryFont, inlineText, inlineWrapOption, nextContiguousLineText, previousContiguousLineText |
| Methods inherited from interface org.axsl.text.line.LineContent |
|---|
isLastItemInBlock |
| Method Detail |
|---|
FoLineText getContextWrapper(FoContext context)
FoContext to attach itself to a LineText
item as it passes through the line-breaking system, if that context is
necessary.
context - An object that knows how to resolve FO Tree context
issues.
FoLineText getWrapped()
GraftingPoint getGraftingPoint()
char[] inlineText(FoContext context)
LineText.inlineText().
context - An object that knows how to resolve FO Tree context
issues.
FontUse inlinePrimaryFont(FoContext context)
LineText.inlinePrimaryFont().
context - An object that knows how to resolve FO Tree context
issues.
FontUse instance that should be used in
character size computations for this text.
FontUse inlineSecondaryFont(FoContext context,
char c)
LineText.inlineSecondaryFont(char).
context - An object that knows how to resolve FO Tree context
issues.c - The character for which a secondary font is desired.
FontUse instance possible for c, which can be
used in character size computations for this text.int inlineFontSize(FoContext context)
LineText.inlineFontSize().
context - An object that knows how to resolve FO Tree context
issues.
int inlineLetterSpacingOptimum(FoContext context)
LineText.inlineLetterSpacingOptimum().
context - An object that knows how to resolve FO Tree context
issues.
boolean inlineWrapOption(FoContext context)
LineText.inlineWrapOption().
context - An object that knows how to resolve FO Tree context
issues.
boolean inlineHyphenate(FoContext context)
LineText.inlineHyphenate().
context - An object that knows how to resolve FO Tree context
issues.
Iso639 inlineLanguage(FoContext context)
LineText.inlineLanguage().
context - An object that knows how to resolve FO Tree context
issues.
Iso3166 inlineCountry(FoContext context)
LineText.inlineCountry().
context - An object that knows how to resolve FO Tree context
issues.
int inlineHyphenationRemainCount(FoContext context)
LineText.inlineHyphenationRemainCount().
context - An object that knows how to resolve FO Tree context
issues.
int inlineHyphenationPushCount(FoContext context)
LineText.inlineHyphenationPushCount().
context - An object that knows how to resolve FO Tree context
issues.
int inlineHyphenationCharacter(FoContext context)
LineText.inlineHyphenationCharacter().
context - An object that knows how to resolve FO Tree context
issues.
boolean inlineIsFauxSmallCaps(FoContext context)
LineText.inlineIsFauxSmallCaps().
context - An object that knows how to resolve FO Tree context
issues.
int inlineFauxSmallCapsFontSize(FoContext context)
LineText.inlineFauxSmallCapsFontSize().
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.