|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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.
public FOLineText getWrapped()
public RetrieveMarker getRetrieveMarker()
public char[] inlineText(FOContext context)
LineText.inlineText()
.
context
- An object that knows how to resolve FO Tree context
issues.
public 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.public 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.public int inlineFontSize(FOContext context)
LineText.inlineFontSize()
.
context
- An object that knows how to resolve FO Tree context
issues.
public int inlineLetterSpacingOptimum(FOContext context)
LineText.inlineLetterSpacingOptimum()
.
context
- An object that knows how to resolve FO Tree context
issues.
public boolean inlineWrapOption(FOContext context)
LineText.inlineWrapOption()
.
context
- An object that knows how to resolve FO Tree context
issues.
public boolean inlineHyphenate(FOContext context)
LineText.inlineHyphenate()
.
context
- An object that knows how to resolve FO Tree context
issues.
public java.lang.String inlineLanguage(FOContext context)
LineText.inlineLanguage()
.
context
- An object that knows how to resolve FO Tree context
issues.
public java.lang.String inlineCountry(FOContext context)
LineText.inlineCountry()
.
context
- An object that knows how to resolve FO Tree context
issues.
public int inlineHyphenationRemainCount(FOContext context)
LineText.inlineHyphenationRemainCount()
.
context
- An object that knows how to resolve FO Tree context
issues.
public int inlineHyphenationPushCount(FOContext context)
LineText.inlineHyphenationPushCount()
.
context
- An object that knows how to resolve FO Tree context
issues.
public int inlineHyphenationCharacter(FOContext context)
LineText.inlineHyphenationCharacter()
.
context
- An object that knows how to resolve FO Tree context
issues.
public boolean inlineIsFauxSmallCaps(FOContext context)
LineText.inlineIsFauxSmallCaps()
.
context
- An object that knows how to resolve FO Tree context
issues.
public int inlineFauxSmallCapsFontSize(FOContext context)
LineText.inlineFauxSmallCapsFontSize()
.
context
- An object that knows how to resolve FO Tree context
issues.
|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.