public final class PdfCheckBoxRenderingStrategy extends Object implements ICheckBoxRenderingStrategy
| Modifier and Type | Field and Description |
|---|---|
static com.itextpdf.commons.datastructures.BiMap<CheckBoxType,String> |
ZAPFDINGBATS_CHECKBOX_MAPPING |
| Constructor and Description |
|---|
PdfCheckBoxRenderingStrategy()
Creates a new
PdfCheckBoxRenderingStrategy instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
drawCheckBoxContent(DrawContext drawContext,
CheckBoxRenderer checkBoxRenderer,
Rectangle rectangle)
Draws a check box icon.
|
public static final com.itextpdf.commons.datastructures.BiMap<CheckBoxType,String> ZAPFDINGBATS_CHECKBOX_MAPPING
public PdfCheckBoxRenderingStrategy()
PdfCheckBoxRenderingStrategy instance.public void drawCheckBoxContent(DrawContext drawContext, CheckBoxRenderer checkBoxRenderer, Rectangle rectangle)
drawCheckBoxContent in interface ICheckBoxRenderingStrategydrawContext - the draw contextcheckBoxRenderer - the checkBox rendererrectangle - the rectangle where the icon should be drawnCopyright © 1998–2025 Apryse Group NV. All rights reserved.