Package | Description |
---|---|
org.apache.fop.apps |
Application classes used for running FOP embedded in other applications.
|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.fo.extensions |
Base classes for implementing extensions to XSL-FO.
|
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
Modifier and Type | Method and Description |
---|---|
void |
FormattingResults.haveFormattedPageSequence(AbstractPageSequence pageSequence,
int pageCount)
Reports the result of one page sequence rendering
back into this object.
|
Modifier and Type | Method and Description |
---|---|
void |
AreaTreeHandler.notifyPageSequenceFinished(AbstractPageSequence pageSequence,
int pageCount)
Called by the PageSequenceLayoutManager when it is finished with a
page-sequence.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalDocument
Class for the fox:external-document extension element.
|
Modifier and Type | Class and Description |
---|---|
class |
PageSequence
Class modelling the
fo:page-sequence object. |
Modifier and Type | Field and Description |
---|---|
protected AbstractPageSequence |
AbstractPageSequenceLayoutManager.pageSeq
page sequence formatting object being processed by this class
|
Constructor and Description |
---|
AbstractPageSequenceLayoutManager(AreaTreeHandler ath,
AbstractPageSequence pseq)
Constructor
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.