|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSCellAttributedStringMethods
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 |
NSCellAttributedStringMethods._static_
|
Method Summary | |
---|---|
boolean |
allowsEditingTextAttributes()
These methods determine whether the user can modify text attributes and import graphics in a rich cell. |
NSAttributedString |
attributedStringValue()
|
boolean |
importsGraphics()
|
void |
setAllowsEditingTextAttributes(boolean flag)
Original signature : -(void)setAllowsEditingTextAttributes:(BOOL) If NO, also clears setImportsGraphics: |
void |
setAttributedStringValue(NSAttributedString obj)
|
void |
setImportsGraphics(boolean flag)
Original signature : -(void)setImportsGraphics:(BOOL) If YES, also sets setAllowsEditingTextAttributes: |
Method Detail |
---|
NSAttributedString attributedStringValue()
void setAttributedStringValue(NSAttributedString obj)
boolean allowsEditingTextAttributes()
-(BOOL)allowsEditingTextAttributes
void setAllowsEditingTextAttributes(boolean flag)
-(void)setAllowsEditingTextAttributes:(BOOL)
boolean importsGraphics()
void setImportsGraphics(boolean flag)
-(void)setImportsGraphics:(BOOL)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |