Uses of Class
org.robovm.apple.uikit.NSDocumentType
-
Packages that use NSDocumentType Package Description org.robovm.apple.uikit -
-
Uses of NSDocumentType in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as NSDocumentType Modifier and Type Field Description static NSDocumentType
NSDocumentType. HTML
static NSDocumentType
NSDocumentType. Plain
static NSDocumentType
NSDocumentType. RTF
static NSDocumentType
NSDocumentType. RTFD
Methods in org.robovm.apple.uikit that return NSDocumentType Modifier and Type Method Description NSDocumentType
NSAttributedStringDocumentAttributes. getDocumentType()
static NSDocumentType
NSDocumentType.Marshaler. toObject(java.lang.Class<NSDocumentType> cls, long handle, long flags)
static NSDocumentType
NSDocumentType. valueOf(NSString value)
Methods in org.robovm.apple.uikit that return types with arguments of type NSDocumentType Modifier and Type Method Description static java.util.List<NSDocumentType>
NSDocumentType.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.uikit with parameters of type NSDocumentType Modifier and Type Method Description NSAttributedStringDocumentAttributes
NSAttributedStringDocumentAttributes. setDocumentType(NSDocumentType documentType)
static long
NSDocumentType.Marshaler. toNative(NSDocumentType o, long flags)
Method parameters in org.robovm.apple.uikit with type arguments of type NSDocumentType Modifier and Type Method Description static long
NSDocumentType.AsListMarshaler. toNative(java.util.List<NSDocumentType> l, long flags)
static NSDocumentType
NSDocumentType.Marshaler. toObject(java.lang.Class<NSDocumentType> cls, long handle, long flags)
-