Package | Description |
---|---|
org.apache.fop.accessibility.fo | |
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.mif |
MIF Output Support
|
org.apache.fop.render.rtf |
RTF (Rich Text Format) Output Support
|
Modifier and Type | Method and Description |
---|---|
void |
FO2StructureTreeConverter.characters(FOText foText) |
Modifier and Type | Field and Description |
---|---|
protected FOText |
FObjMixed.lastFOTextProcessed
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingFOEventHandler.characters(FOText foText) |
void |
FOEventHandler.characters(FOText foText)
Process character data.
|
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 |
MIFHandler.characters(FOText foText)
Process character data.
|
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.text(FOText text,
java.lang.CharSequence characters) |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.