Uses of Interface
com.itextpdf.kernel.pdf.canvas.draw.ILineDrawer
-
Packages that use ILineDrawer Package Description com.itextpdf.kernel.pdf.canvas.draw com.itextpdf.layout.element -
-
Uses of ILineDrawer in com.itextpdf.kernel.pdf.canvas.draw
Classes in com.itextpdf.kernel.pdf.canvas.draw that implement ILineDrawer Modifier and Type Class Description class
DashedLine
Implementation ofILineDrawer
which draws a dashed horizontal line over the middle of the specified rectangle.class
DottedLine
Implementation ofILineDrawer
which draws a dotted horizontal line along the bottom edge of the specified rectangle.class
SolidLine
Implementation ofILineDrawer
which draws a solid horizontal line along the bottom edge of the specified rectangle. -
Uses of ILineDrawer in com.itextpdf.layout.element
Fields in com.itextpdf.layout.element declared as ILineDrawer Modifier and Type Field Description private ILineDrawer
TabStop. tabLeader
Methods in com.itextpdf.layout.element that return ILineDrawer Modifier and Type Method 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.Methods in com.itextpdf.layout.element with parameters of type ILineDrawer Modifier and Type Method 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.Constructors in com.itextpdf.layout.element with parameters of type ILineDrawer Constructor Description LineSeparator(ILineDrawer lineDrawer)
Creates a custom line separator with line style defined by customILineDrawer
interface instanceTabStop(float tabPosition, TabAlignment tabAlignment, ILineDrawer tabLeader)
Creates a TabStop at the appropriate position, with a specified tab alignment and an explicitly given line pattern.
-