-
Methods in org.robovm.apple.uikit with parameters of type NSMutableAttributedString
| Modifier and Type |
Method |
Description |
static void |
NSMutableAttributedStringExtensions.fixAttributesInRange(NSMutableAttributedString thiz,
NSRange range) |
|
static boolean |
NSMutableAttributedStringExtensions.read(NSMutableAttributedString thiz,
NSData data,
NSAttributedStringDocumentAttributes opts) |
|
static boolean |
NSMutableAttributedStringExtensions.read(NSMutableAttributedString thiz,
NSData data,
NSAttributedStringDocumentAttributes opts,
NSDictionary.NSDictionaryPtr<?,?> dict) |
|
static boolean |
NSMutableAttributedStringExtensions.read(NSMutableAttributedString thiz,
NSURL url,
NSAttributedStringDocumentAttributes opts) |
|
static boolean |
NSMutableAttributedStringExtensions.read(NSMutableAttributedString thiz,
NSURL url,
NSAttributedStringDocumentAttributes opts,
NSDictionary.NSDictionaryPtr<?,?> dict) |
|
static boolean |
NSMutableAttributedStringExtensions.readFromFileURL(NSMutableAttributedString thiz,
NSURL url,
NSAttributedStringDocumentAttributes opts,
NSDictionary.NSDictionaryPtr<?,?> dict) |
Deprecated.
|