Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
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.ft
Represents accumulated, pending FO text.
|
protected FOText |
FObjMixed.lastFOTextProcessed
Used in creating pointers between subsequent FOText nodes
in the same Block (for handling text-transform)
|
Modifier and Type | Method and Description |
---|---|
FOText |
FOText.getNextFOTextThisBlock() |
FOText |
FOText.getPrevFOTextThisBlock() |
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-2008 The Apache Software Foundation. All Rights Reserved.