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()
Returns the tab leader of a tab stop, which defines a pattern that should be repeated until the TabStop is reached.
|
Modifier and Type | Method and Description |
---|---|
void |
TabStop.setTabLeader(ILineDrawer tabLeader)
Sets the tab leader of a tab stop, which defines a pattern that should be repeated until the TabStop is reached.
|
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–2022 iText Group NV. All rights reserved.