Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
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 |
---|---|
Block |
FOText.getAncestorBlock() |
Modifier and Type | Method and Description |
---|---|
protected void |
FOText.createBlockPointers(Block ancestorBlock)
This method is run as part of the ancestor Block's flushText(), to
create xref pointers to the previous FOText objects within the same Block
|
void |
FOEventHandler.endBlock(Block bl) |
void |
FOEventHandler.startBlock(Block bl) |
Modifier and Type | Method and Description |
---|---|
protected Block |
BlockLayoutManager.getBlockFO()
convenience method that returns the Block node
|
Constructor and Description |
---|
BlockLayoutManager(Block inBlock)
Creates a new BlockLayoutManager.
|
Constructor and Description |
---|
LineLayoutManager(Block block,
Length lh,
int l,
int f)
Create a new Line Layout Manager.
|
Modifier and Type | Method and Description |
---|---|
void |
MIFHandler.endBlock(Block bl) |
void |
MIFHandler.startBlock(Block bl) |
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.endBlock(Block bl) |
void |
RTFHandler.startBlock(Block bl) |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.