Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDLineDashPattern
-
Packages that use PDLineDashPattern Package Description org.apache.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox.org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. -
-
Uses of PDLineDashPattern in org.apache.pdfbox.pdmodel.documentinterchange.prepress
Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress that return PDLineDashPattern Modifier and Type Method Description PDLineDashPatternPDBoxStyle. getLineDashPattern()Get the line dash pattern for this box style.Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress with parameters of type PDLineDashPattern Modifier and Type Method Description voidPDBoxStyle. setLineDashPattern(PDLineDashPattern pattern)Set the line dash pattern associated with this box style. -
Uses of PDLineDashPattern in org.apache.pdfbox.pdmodel.graphics
Methods in org.apache.pdfbox.pdmodel.graphics that return PDLineDashPattern Modifier and Type Method Description PDLineDashPatternPDExtendedGraphicsState. getLineDashPattern()This will get the dash pattern.PDLineDashPatternPDGraphicsState. getLineDashPattern()This will get the current line dash pattern.Methods in org.apache.pdfbox.pdmodel.graphics with parameters of type PDLineDashPattern Modifier and Type Method Description voidPDExtendedGraphicsState. setLineDashPattern(PDLineDashPattern dashPattern)This will set the dash pattern for the graphics state.voidPDGraphicsState. setLineDashPattern(PDLineDashPattern value)This will set the current line dash pattern. -
Uses of PDLineDashPattern in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDLineDashPattern Modifier and Type Method Description PDLineDashPatternPDBorderStyleDictionary. getDashStyle()This will retrieve the dash style used for drawing the border.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDLineDashPattern Modifier and Type Method Description voidPDBorderStyleDictionary. setDashStyle(PDLineDashPattern d)This will set the dash style used for drawing the border.
-