Package | Description |
---|---|
org.axsl.galley |
Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document.
|
Modifier and Type | Method and Description |
---|---|
RegionArea |
Page.getRegionAfter()
Returns the region-after for this page.
|
RegionArea |
Page.getRegionBefore()
Returns the region-before for this page.
|
RegionArea |
Page.getRegionEnd()
Returns the region-end for this page.
|
RegionArea |
Page.getRegionStart()
Returns the region-start for this page.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends RegionArea> |
Page.getRegionBodies()
Returns the region-body for this page.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderVisitor.render(RegionArea area)
Renders a
RegionArea . |
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.