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 | Description |
---|---|---|
void |
FormattingResults.haveFormattedPageSequence(AbstractPageSequence pageSequence,
int pageCount) |
Reports the result of one page sequence rendering
back into this object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AreaTreeHandler.notifyPageSequenceFinished(AbstractPageSequence pageSequence,
int pageCount) |
Called by the PageSequenceLayoutManager when it is finished with a
page-sequence.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ExternalDocument |
Class for the fox:external-document extension element.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PageSequence |
Class modelling the
fo:page-sequence object. |
Modifier and Type | Field | Description |
---|---|---|
protected AbstractPageSequence |
AbstractPageSequenceLayoutManager.pageSeq |
page sequence formatting object being processed by this class
|
Constructor | Description |
---|---|
AbstractPageSequenceLayoutManager(AreaTreeHandler ath,
AbstractPageSequence pseq) |
Constructor
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.