public class PaginatingRenderer extends AbstractRenderer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PaginatingRenderer.DefaultFlowRendererState |
AbstractRenderer.RendererState| Modifier | Constructor and Description |
|---|---|
|
PaginatingRenderer(LayoutProcess layoutProcess) |
protected |
PaginatingRenderer(LayoutProcess layoutProcess,
boolean init) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
firePagebreak() |
State |
saveState() |
protected void |
validateOutput() |
addContent, addPassThroughContent, finishedBlock, finishedDocument, finishedFlow, finishedInline, finishedMarker, finishedPassThrough, finishedRootInline, finishedTable, finishedTableCaption, finishedTableCell, finishedTableColumn, finishedTableColumnGroup, finishedTableRow, finishedTableSection, getInsertationPoint, getLayoutProcess, getLogicalPageBox, getPageContext, getRenderPageContext, handlePageBreak, isProcessingNormalFlow, setLayoutFailureReason, startedBlock, startedDocument, startedFlow, startedInline, startedMarker, startedPassThrough, startedRootInline, startedTable, startedTableCaption, startedTableCell, startedTableColumn, startedTableColumnGroup, startedTableRow, startedTableSection, tryValidateOutputprotected PaginatingRenderer(LayoutProcess layoutProcess, boolean init)
public PaginatingRenderer(LayoutProcess layoutProcess)
protected void validateOutput()
throws NormalizationException
validateOutput in class AbstractRendererNormalizationExceptionprotected void firePagebreak()
throws NormalizationException
NormalizationExceptionpublic State saveState() throws StateException
StateException