| Package | Description |
|---|---|
| org.apache.fop.area |
FOP's area tree.
|
| org.apache.fop.complexscripts.bidi | |
| org.apache.fop.render |
Generic renderer interface.
|
| org.apache.fop.render.xml |
Area Tree XML Renderer.
|
| Modifier and Type | Method | Description |
|---|---|---|
LineArea |
PageSequence.getTitle() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Block.addLineArea(LineArea line) |
Add the line area to this block area.
|
void |
PageSequence.setTitle(LineArea title) |
Sets the page sequence's title.
|
| Constructor | Description |
|---|---|
PageSequence(LineArea title) |
Main constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
BidiResolver.reorder(LineArea la) |
Reorder line area.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
AbstractRenderer.convertTitleToString(LineArea title) |
Utility method to convert a page sequence title to a string.
|
protected void |
AbstractRenderer.renderLineArea(LineArea line) |
Renders a line area.
|
void |
AbstractRenderer.startPageSequence(LineArea seqTitle) |
Deprecated.
|
void |
Renderer.startPageSequence(LineArea seqTitle) |
Deprecated.
Use
Renderer.startPageSequence(PageSequence) instead |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
XMLRenderer.renderLineArea(LineArea line) |
Renders a line area.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.