public interface FoLineText extends LineText
LineText
that provides additional services to
XSL-FO systems.inlineFauxSmallCapsFontSize, inlineFontOptions, inlineFontSize, inlineHyphenate, inlineHyphenationCharacter, inlineHyphenationPushCount, inlineHyphenationRemainCount, inlineIsFauxSmallCaps, inlineLetterSpacingOptimum, inlineOrthography, inlinePrimaryFont, inlineSecondaryFont, inlineText, inlineWordSpacingOptimum, inlineWrapOption, nextContiguousLineText, previousContiguousLineText
isLastItemInBlock
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()
java.lang.CharSequence 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.int inlineWordSpacingOptimum(FoContext context)
LineText.inlineWordSpacingOptimum()
.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.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.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.