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 classDashedLineImplementation ofILineDrawerwhich draws a dashed horizontal line over the middle of the specified rectangle.classDottedLineImplementation ofILineDrawerwhich draws a dotted horizontal line along the bottom edge of the specified rectangle.classSolidLineImplementation ofILineDrawerwhich 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 ILineDrawerTabStop. tabLeaderMethods in com.itextpdf.layout.element that return ILineDrawer Modifier and Type Method Description ILineDrawerTabStop. 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 voidTabStop. 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 customILineDrawerinterface 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.
-