| Package | Description |
|---|---|
| com.itextpdf.layout.renderer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRenderer.applyDestinationsAndAnnotation(DrawContext drawContext) |
protected void |
AbstractRenderer.beginElementOpacityApplying(DrawContext drawContext)
Apply
Property.OPACITY property if specified by setting corresponding values in graphic state dictionary
opacity will be applied to all elements drawn after calling this method and before
calling AbstractRenderer.endElementOpacityApplying(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 |
AbstractRenderer.draw(DrawContext drawContext)
Flushes the renderer subtree contents, i.e.
|
void |
TabRenderer.draw(DrawContext drawContext) |
void |
ListItemRenderer.draw(DrawContext drawContext) |
void |
TextRenderer.draw(DrawContext drawContext) |
void |
IRenderer.draw(DrawContext drawContext)
Flushes the renderer subtree contents, i.e.
|
void |
ImageRenderer.draw(DrawContext drawContext) |
void |
LinkRenderer.draw(DrawContext drawContext) |
void |
BlockRenderer.draw(DrawContext drawContext) |
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 |
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 |
TableRenderer.drawBackground(DrawContext drawContext) |
void |
CellRenderer.drawBackground(DrawContext drawContext) |
protected void |
TableRenderer.drawBackgrounds(DrawContext drawContext) |
void |
MulticolRenderer.drawBorder(DrawContext drawContext)
Performs the drawing operation for the border of this renderer, if defined by the
Property.BORDER_TOP,
Property.BORDER_RIGHT, Property.BORDER_BOTTOM and Property.BORDER_LEFT values in either
the layout element or this IRenderer itself. |
void |
AbstractRenderer.drawBorder(DrawContext drawContext)
Performs the drawing operation for the border of this renderer, if defined by the
Property.BORDER_TOP,
Property.BORDER_RIGHT, Property.BORDER_BOTTOM and Property.BORDER_LEFT values in either
the layout element or this IRenderer itself. |
void |
TableRenderer.drawBorder(DrawContext drawContext) |
void |
CellRenderer.drawBorder(DrawContext drawContext)
Performs the drawing operation for the border of this renderer, if defined by the
Property.BORDER_TOP,
Property.BORDER_RIGHT, Property.BORDER_BOTTOM and Property.BORDER_LEFT values in either
the layout element or this IRenderer itself. |
protected void |
TableRenderer.drawBorders(DrawContext drawContext) |
protected void |
TableRenderer.drawCaption(DrawContext drawContext) |
void |
LineRenderer.drawChildren(DrawContext drawContext) |
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. |
void |
TableRenderer.drawChildren(DrawContext drawContext)
Performs the drawing operation for all
children
of this renderer. |
protected void |
AbstractRenderer.endElementOpacityApplying(DrawContext drawContext)
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.