org.rococoa.cocoa.foundation.categories
Interface NSExtendedAttributedString

All Known Implementing Classes:
NSAttributedString, NSMutableAttributedString, NSTextStorage

public interface NSExtendedAttributedString

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 NSExtendedAttributedString._static_
           
 
Method Summary
 NSAttributedString initWithAttributedString(NSAttributedString attrStr)
           
 NSAttributedString initWithString_attributes(NSString str, NSDictionary attrs)
           
 NSAttributedString initWithString(NSString str)
           
 boolean isEqualToAttributedString(NSAttributedString other)
           
 int length()
           
 

Method Detail

length

int length()

isEqualToAttributedString

boolean isEqualToAttributedString(NSAttributedString other)

initWithString

NSAttributedString initWithString(NSString str)

initWithString_attributes

NSAttributedString initWithString_attributes(NSString str,
                                             NSDictionary attrs)

initWithAttributedString

NSAttributedString initWithAttributedString(NSAttributedString attrStr)