Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
org.apache.fop.render.rtf |
RTF (Rich Text Format) Output Support
|
Modifier and Type | Field and Description |
---|---|
protected FOText |
FObjMixed.lastFOTextProcessed
|
Modifier and Type | Method and Description |
---|---|
FOText |
FOText.getNextFOTextThisBlock() |
FOText |
FOText.getPrevFOTextThisBlock() |
Modifier and Type | Method and Description |
---|---|
static Font |
FontSelector.selectFontForCharacterInText(char c,
FOText text,
PercentBaseContext context)
Selects a font which is able to display the given character.
|
static Font |
FontSelector.selectFontForCharactersInText(java.lang.CharSequence charSeq,
int firstIndex,
int breakIndex,
FOText text,
PercentBaseContext context)
Selects a font which is able to display the most of the given characters.
|
Constructor and Description |
---|
TextLayoutManager(FOText node)
Create a Text layout manager.
|
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.text(FOText text,
char[] data,
int start,
int length) |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.