Uses of Class
org.robovm.apple.pdfkit.PDFLineStyle
| Package | Description |
|---|---|
| org.robovm.apple.pdfkit |
-
Uses of PDFLineStyle in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return PDFLineStyle Modifier and Type Method Description PDFLineStylePDFAnnotation. getEndLineStyle()PDFLineStylePDFAnnotation. getStartLineStyle()static PDFLineStylePDFAnnotation. lineStyleFromName(String name)static PDFLineStylePDFLineStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static PDFLineStylePDFLineStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static PDFLineStyle[]PDFLineStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.pdfkit with parameters of type PDFLineStyle Modifier and Type Method Description static StringPDFAnnotation. nameForLineStyle(PDFLineStyle style)voidPDFAnnotation. setEndLineStyle(PDFLineStyle v)voidPDFAnnotation. setStartLineStyle(PDFLineStyle v)