Package | Description |
---|---|
com.pd4ml.html.doc.render | |
com.pd4ml.html.doc.render.to |
Modifier and Type | Method and Description |
---|---|
Context.PageBreakRef |
BoxRenderer.createAssignedPageBreak(boolean above) |
Context.PageBreakRef |
BoxRenderer.createAssignedPageBreak(boolean above,
int extent) |
Context.PageBreakRef |
TableRowRenderer.createAssignedPageBreak(boolean above,
int extent) |
Context.PageBreakRef |
TableCellRenderer.createAssignedPageBreak(boolean above,
int extent) |
Context.PageBreakRef |
TableSectionRenderer.createAssignedPageBreak(boolean above,
int extent) |
Context.PageBreakRef |
BoxRenderer.createAssignedPageBreak(boolean above,
int extent,
PageSize format,
boolean rotate,
Length newWidth,
int requestedSpace) |
Modifier and Type | Method and Description |
---|---|
RStatus |
AnchorRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
RStatus |
BoxRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
RStatus |
TableRowRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
RStatus |
RtfPageMarkupRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
RStatus |
BlockRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
RStatus |
RowRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
RStatus |
TableRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
RStatus |
AbsolutePositionedRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int height) |
RStatus |
Renderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int height) |
RStatus |
PageBreakRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int height) |
RStatus |
PdfPageMarkupRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
RStatus |
TableSectionRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
RStatus |
BlockRowRenderer.findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
Modifier and Type | Field and Description |
---|---|
Context.PageBreakRef |
Context.currentPageBreak |
Modifier and Type | Field and Description |
---|---|
Comparator<Context.PageBreakRef> |
Context.comparator |
ArrayList<Context.PageBreakRef> |
TargetRenderer.pageBreaks |
ArrayList<Context.PageBreakRef> |
Context.pageBreaks |
Modifier and Type | Method and Description |
---|---|
void |
Context.addPageBreak(Context.PageBreakRef pbreak) |
boolean |
Context.alreadyHasPagebreak(Context.PageBreakRef pb) |
int |
Context.PageBreakRef.compareTo(Context.PageBreakRef o) |
Constructor and Description |
---|
TableBreakRef(Context.PageBreakRef tb,
int extraOffset) |
Revision 4.0.15 / 20220727-0149