| Interface | Description |
|---|---|
| ILineDrawer |
The
ILineDrawer defines a drawing operation on a PdfCanvas
This interface allows to customize the 'empty' space in a com.itextpdf.layout.element.TabStop through a Strategy design
pattern |
| Class | Description |
|---|---|
| DashedLine |
Implementation of
ILineDrawer which draws a dashed horizontal line over
the middle of the specified rectangle. |
| DottedLine |
Implementation of
ILineDrawer which draws a dotted horizontal line along
the bottom edge of the specified rectangle. |
| SolidLine |
Implementation of
ILineDrawer which draws a solid horizontal line along
the bottom edge of the specified rectangle. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.