|
iText 7 7.1.10 API
|
Implementation of ILineDrawer which draws a dashed horizontal line over the middle of the specified rectangle. More...
Public Member Functions |
|
| DashedLine (float lineWidth) | |
| Creates an instance of DashedLine with the specified line width. More... |
|
| virtual void | Draw (PdfCanvas canvas, Rectangle drawArea) |
| Performs configurable drawing operations related to specific region coordinates on a canvas. More... |
|
| virtual float | GetLineWidth () |
| Gets line width in points More... |
|
| virtual void | SetLineWidth (float lineWidth) |
| Sets line width in points More... |
|
| virtual Color | GetColor () |
| Gets the color of the line More... |
|
| virtual void | SetColor (Color color) |
| Sets line color More... |
|
Implementation of ILineDrawer which draws a dashed horizontal line over the middle of the specified rectangle.
|
inline |
Creates an instance of DashedLine with the specified line width.
| lineWidth |
|
inlinevirtual |
Performs configurable drawing operations related to specific region coordinates on a canvas.
| canvas | the canvas to draw on |
| drawArea | the rectangle in relation to which to fulfill drawing instructions |
Implements iText.Kernel.Pdf.Canvas.Draw.ILineDrawer.
|
inlinevirtual |
Gets the color of the line
Implements iText.Kernel.Pdf.Canvas.Draw.ILineDrawer.
|
inlinevirtual |
Gets line width in points
Implements iText.Kernel.Pdf.Canvas.Draw.ILineDrawer.
|
inlinevirtual |
Sets line color
| color | new line color |
Implements iText.Kernel.Pdf.Canvas.Draw.ILineDrawer.
|
inlinevirtual |
Sets line width in points
| lineWidth | new line width |
Implements iText.Kernel.Pdf.Canvas.Draw.ILineDrawer.