public interface PageMarkupRenderer
Modifier and Type | Method and Description |
---|---|
void |
addPositionAnchor(AnchorRenderer positionAnchor) |
void |
assignToPage(int pageNum) |
int |
getAbsVerticalPosition() |
Element |
getElement() |
int |
getMarkupHeight() |
int |
getPageAssignment() |
AnchorRenderer |
getPositionAnchor() |
RStatus |
layout(Renderer.ReflowPhase phase) |
RStatus |
render() |
void |
setPageInfo(int page,
int total) |
int getMarkupHeight()
Element getElement()
int getAbsVerticalPosition()
RStatus layout(Renderer.ReflowPhase phase) throws IOException
IOException
RStatus render() throws IOException
IOException
void setPageInfo(int page, int total)
void addPositionAnchor(AnchorRenderer positionAnchor)
AnchorRenderer getPositionAnchor()
void assignToPage(int pageNum)
int getPageAssignment()
Revision 4.0.15 / 20220727-0149