Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
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 |
AreaTreeHandler.endPageSequence(PageSequence pageSequence)
End the PageSequence.
|
void |
AreaTreeHandler.startPageSequence(PageSequence pageSequence) |
Modifier and Type | Method and Description |
---|---|
void |
FOEventHandler.endPageSequence(PageSequence pageSeq) |
void |
FOEventHandler.startPageSequence(PageSequence pageSeq) |
Modifier and Type | Method and Description |
---|---|
PageSequence |
Root.getSucceedingPageSequence(PageSequence current)
Some properties, such as 'force-page-count', require a
page-sequence to know about some properties of the next.
|
Modifier and Type | Method and Description |
---|---|
PageSequence |
Root.getSucceedingPageSequence(PageSequence current)
Some properties, such as 'force-page-count', require a
page-sequence to know about some properties of the next.
|
Modifier and Type | Method and Description |
---|---|
protected PageSequence |
PageSequenceLayoutManager.getPageSequence() |
Modifier and Type | Method and Description |
---|---|
PageSequenceLayoutManager |
LayoutManagerMaker.makePageSequenceLayoutManager(AreaTreeHandler ath,
PageSequence ps)
Make a PageSequenceLayoutManager object.
|
PageSequenceLayoutManager |
LayoutManagerMapping.makePageSequenceLayoutManager(AreaTreeHandler ath,
PageSequence ps) |
Constructor and Description |
---|
PageProvider(AreaTreeHandler ath,
PageSequence ps)
Main constructor.
|
PageSequenceLayoutManager(AreaTreeHandler ath,
PageSequence pseq)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
MIFHandler.endPageSequence(PageSequence pageSeq) |
void |
MIFHandler.startPageSequence(PageSequence pageSeq)
Start the page sequence.
|
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.endPageSequence(PageSequence pageSeq) |
void |
RTFHandler.startPageSequence(PageSequence pageSeq) |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.