org.rococoa.cocoa.appkit.categories
Interface NSMutableAttributedStringKitAdditions

All Known Implementing Classes:
NSMutableAttributedString, NSTextStorage

public interface NSMutableAttributedStringKitAdditions

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_
           
 
Method Summary
 boolean readFromData_options_documentAttributes_error(NSData data, NSDictionary opts, PointerByReference dict, PointerByReference error)
           
 boolean readFromData_options_documentAttributes(NSData data, NSDictionary options, PointerByReference dict)
           
 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.
 

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**)


readFromData_options_documentAttributes_error

boolean readFromData_options_documentAttributes_error(NSData data,
                                                      NSDictionary opts,
                                                      PointerByReference dict,
                                                      PointerByReference error)

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**)


readFromData_options_documentAttributes

boolean readFromData_options_documentAttributes(NSData data,
                                                NSDictionary options,
                                                PointerByReference dict)