Uses of Class
org.robovm.apple.pdfkit.PDFWidgetControlType
| Package | Description |
|---|---|
| org.robovm.apple.pdfkit |
-
Uses of PDFWidgetControlType in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return PDFWidgetControlType Modifier and Type Method Description PDFWidgetControlTypePDFAppearanceCharacteristics. getControlType()PDFWidgetControlTypePDFAnnotation. getWidgetControlType()static PDFWidgetControlTypePDFWidgetControlType. valueOf(long n)Returns the enum constant of this type with the specified name.static PDFWidgetControlTypePDFWidgetControlType. valueOf(String name)Returns the enum constant of this type with the specified name.static PDFWidgetControlType[]PDFWidgetControlType. 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 PDFWidgetControlType Modifier and Type Method Description voidPDFAppearanceCharacteristics. setControlType(PDFWidgetControlType v)voidPDFAnnotation. setWidgetControlType(PDFWidgetControlType v)