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