org.rococoa.cocoa.foundation.categories
Interface NSExtendedMutableAttributedString
- All Known Implementing Classes:
- NSMutableAttributedString, NSTextStorage
public interface NSExtendedMutableAttributedString
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.
mutableString
NSMutableString mutableString()
insertAttributedString_atIndex
void insertAttributedString_atIndex(NSAttributedString attrString,
int loc)
appendAttributedString
void appendAttributedString(NSAttributedString attrString)
setAttributedString
void setAttributedString(NSAttributedString attrString)
beginEditing
void beginEditing()
endEditing
void endEditing()