org.rococoa.cocoa.appkit.categories
Interface NSMutableAttributedStringKitAdditions

All Superinterfaces:
ObjCObject

public interface NSMutableAttributedStringKitAdditions
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSMutableAttributedStringKitAdditions._static_
          from NSMutableAttributedStringKitAdditions native declaration : NSAttributedString.h:300
Conversion Error : /// Original signature : -(void)fixAttachmentAttributeInRange:()
- (void)fixAttachmentAttributeInRange:(null)range; (Argument range cannot be converted)
 
Method Summary
 boolean readFromData_options_documentAttributes_error(NSData data, NSDictionary opts, PointerByReference dict, PointerByReference error)
          Original signature : -(BOOL)readFromData:(NSData*) options:(NSDictionary*) documentAttributes:(NSDictionary**) error:(NSError**)
from NSMutableAttributedStringKitAdditions native declaration : NSAttributedString.h:274
 boolean readFromData_options_documentAttributes(NSData data, NSDictionary options, PointerByReference dict)
          Original signature : -(BOOL)readFromData:(NSData*) options:(NSDictionary*) documentAttributes:(NSDictionary**)
from NSMutableAttributedStringKitAdditions native declaration : NSAttributedString.h:281
 boolean readFromURL_options_documentAttributes_error(NSURL url, NSDictionary opts, PointerByReference dict, PointerByReference error)
          These first two general methods are similar to the corresponding initWith... methods shown above, but they act only on mutable attributed strings.
 boolean readFromURL_options_documentAttributes(NSURL url, NSDictionary options, PointerByReference dict)
          These two superseded methods are similar to the two listed immediately above except that they lack the error return argument.
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

readFromURL_options_documentAttributes_error

boolean readFromURL_options_documentAttributes_error(NSURL url,
                                                     NSDictionary opts,
                                                     PointerByReference dict,
                                                     PointerByReference error)
These first two general methods are similar to the corresponding initWith... methods shown above, but they act only on mutable attributed strings. They supersede the previous versions shown below.
Original signature : -(BOOL)readFromURL:(NSURL*) options:(NSDictionary*) documentAttributes:(NSDictionary**) error:(NSError**)
from NSMutableAttributedStringKitAdditions native declaration : NSAttributedString.h:273


readFromData_options_documentAttributes_error

boolean readFromData_options_documentAttributes_error(NSData data,
                                                      NSDictionary opts,
                                                      PointerByReference dict,
                                                      PointerByReference error)
Original signature : -(BOOL)readFromData:(NSData*) options:(NSDictionary*) documentAttributes:(NSDictionary**) error:(NSError**)
from NSMutableAttributedStringKitAdditions native declaration : NSAttributedString.h:274


readFromURL_options_documentAttributes

boolean readFromURL_options_documentAttributes(NSURL url,
                                               NSDictionary options,
                                               PointerByReference dict)
These two superseded methods are similar to the two listed immediately above except that they lack the error return argument.
Original signature : -(BOOL)readFromURL:(NSURL*) options:(NSDictionary*) documentAttributes:(NSDictionary**)
from NSMutableAttributedStringKitAdditions native declaration : NSAttributedString.h:279


readFromData_options_documentAttributes

boolean readFromData_options_documentAttributes(NSData data,
                                                NSDictionary options,
                                                PointerByReference dict)
Original signature : -(BOOL)readFromData:(NSData*) options:(NSDictionary*) documentAttributes:(NSDictionary**)
from NSMutableAttributedStringKitAdditions native declaration : NSAttributedString.h:281



Copyright © 2009. All Rights Reserved.