Uses of Class
com.itextpdf.text.pdf.draw.LineSeparator
-
Packages that use LineSeparator Package Description com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf.draw com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certainElement
s. -
-
Uses of LineSeparator in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return LineSeparator Modifier and Type Method Description LineSeparator
ElementFactory. createLineSeparator(java.util.Map<java.lang.String,java.lang.String> attrs, float offset)
Deprecated.Creates a LineSeparator.LineSeparator
HTMLWorker. createLineSeparator(java.util.Map<java.lang.String,java.lang.String> attrs)
Deprecated.Creates a LineSeparator object. -
Uses of LineSeparator in com.itextpdf.text.pdf.draw
Subclasses of LineSeparator in com.itextpdf.text.pdf.draw Modifier and Type Class Description class
DottedLineSeparator
Element that draws a dotted line from left to right. -
Uses of LineSeparator in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return LineSeparator Modifier and Type Method Description LineSeparator
LineSeparatorCssApplier. apply(LineSeparator ls, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
LineSeparator
LineSeparatorCssApplier. apply(LineSeparator ls, Tag t, PageSizeContainable psc)
Applies CSS to LineSeparatorsMethods in com.itextpdf.tool.xml.css.apply with parameters of type LineSeparator Modifier and Type Method Description LineSeparator
LineSeparatorCssApplier. apply(LineSeparator ls, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
LineSeparator
LineSeparatorCssApplier. apply(LineSeparator ls, Tag t, PageSizeContainable psc)
Applies CSS to LineSeparators
-