| Package | Description |
|---|---|
| com.itextpdf.layout.renderer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRenderer.applyDestinationsAndAnnotation(DrawContext drawContext) |
protected void |
AbstractRenderer.beginElementOpacityApplying(DrawContext drawContext) |
protected boolean |
AbstractRenderer.clipBackgroundArea(DrawContext drawContext,
Rectangle outerBorderBox) |
protected boolean |
AbstractRenderer.clipBackgroundArea(DrawContext drawContext,
Rectangle outerBorderBox,
boolean considerBordersBeforeClipping) |
protected boolean |
AbstractRenderer.clipBorderArea(DrawContext drawContext,
Rectangle outerBorderBox) |
void |
TableRenderer.draw(DrawContext drawContext)
Flushes the renderer subtree contents, i.e.
|
void |
AreaBreakRenderer.draw(DrawContext drawContext)
Throws an UnsupportedOperationException because instances of this
class are only used for terminating the current content area.
|
void |
ImageRenderer.draw(DrawContext drawContext) |
void |
TabRenderer.draw(DrawContext drawContext) |
void |
IRenderer.draw(DrawContext drawContext)
Flushes the renderer subtree contents, i.e.
|
void |
LinkRenderer.draw(DrawContext drawContext) |
void |
AbstractRenderer.draw(DrawContext drawContext)
Flushes the renderer subtree contents, i.e.
|
void |
ListItemRenderer.draw(DrawContext drawContext) |
void |
BlockRenderer.draw(DrawContext drawContext) |
void |
TextRenderer.draw(DrawContext drawContext) |
void |
TableRenderer.drawBackground(DrawContext drawContext) |
void |
AbstractRenderer.drawBackground(DrawContext drawContext)
Draws a background layer if it is defined by a key
Property.BACKGROUND
in either the layout element or this IRenderer itself. |
void |
CellRenderer.drawBackground(DrawContext drawContext) |
protected void |
TableRenderer.drawBackgrounds(DrawContext drawContext) |
void |
TableRenderer.drawBorder(DrawContext drawContext) |
void |
AbstractRenderer.drawBorder(DrawContext drawContext)
Performs the drawing operation for the border of this renderer, if
defined by any of the
Property.BORDER values in either the layout
element or this IRenderer itself. |
void |
CellRenderer.drawBorder(DrawContext drawContext)
Performs the drawing operation for the border of this renderer, if
defined by any of the
Property.BORDER values in either the layout
element or this IRenderer itself. |
protected void |
TableRenderer.drawBorders(DrawContext drawContext) |
protected void |
TableRenderer.drawCaption(DrawContext drawContext) |
void |
TableRenderer.drawChildren(DrawContext drawContext)
Performs the drawing operation for all
children
of this renderer. |
void |
AbstractRenderer.drawChildren(DrawContext drawContext)
Performs the drawing operation for all
children
of this renderer. |
void |
ParagraphRenderer.drawChildren(DrawContext drawContext)
Performs the drawing operation for all
children
of this renderer. |
void |
LineSeparatorRenderer.drawChildren(DrawContext drawContext)
Performs the drawing operation for all
children
of this renderer. |
protected void |
AbstractRenderer.endElementOpacityApplying(DrawContext drawContext) |
Copyright © 1998–2020 iText Group NV. All rights reserved.