Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
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 |
FOEventHandler.endFlow(Flow fl) |
void |
FOEventHandler.startFlow(Flow fl)
This method is called to indicate the start of a new fo:flow
or fo:static-content.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticContent
Class modelling the
fo:static-content object. |
Modifier and Type | Method and Description |
---|---|
Flow |
PageSequence.getMainFlow()
Public accessor for getting the MainFlow to which this PageSequence is
attached.
|
Modifier and Type | Method and Description |
---|---|
FlowLayoutManager |
LayoutManagerMaker.makeFlowLayoutManager(PageSequenceLayoutManager pslm,
Flow flow)
Make a FlowLayoutManager object.
|
FlowLayoutManager |
LayoutManagerMapping.makeFlowLayoutManager(PageSequenceLayoutManager pslm,
Flow flow) |
Constructor and Description |
---|
FlowLayoutManager(PageSequenceLayoutManager pslm,
Flow node)
This is the top level layout manager.
|
Modifier and Type | Method and Description |
---|---|
void |
MIFHandler.endFlow(Flow fl) |
void |
MIFHandler.startFlow(Flow fl) |
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.endFlow(Flow fl) |
void |
RTFHandler.startFlow(Flow fl)
This method is called to indicate the start of a new fo:flow
or fo:static-content.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.