Package | Description |
---|---|
com.itextpdf.kernel.pdf.canvas.draw | |
com.itextpdf.layout.element |
Modifier and Type | Class and Description |
---|---|
class |
DashedLine
Implementation of ILineDrawer which draws a dashed horizontal line over the middle of the specified rectangle.
|
class |
DottedLine
Implementation of ILineDrawer which draws a dotted horizontal line along the bottom edge of the specified rectangle.
|
class |
SolidLine
Implementation of ILineDrawer which draws a solid horizontal line along the bottom edge of the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
ILineDrawer |
TabStop.getTabLeader() |
Modifier and Type | Method and Description |
---|---|
void |
TabStop.setTabLeader(ILineDrawer tabLeader) |
Constructor and Description |
---|
LineSeparator(ILineDrawer lineDrawer)
Creates a custom line separator with line style defined by custom ILineDrawer interface instance
|
TabStop(float tabPosition, TabAlignment tabAlignment, ILineDrawer tabLeader)
Creates a TabStop at the appropriate position, with a specified tab alignment and an explicitly given line pattern.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.