![]() |
API
0.9.7
|
#import <CPMutableAttributedString.h>
Additional Inherited Members | |
![]() | |
(void) | - addAttribute:value:range: |
(void) | - addAttributes:range: |
(void) | - appendAttributedString: |
(id) | - attribute:atIndex:effectiveRange: |
(id) | - attribute:atIndex:longestEffectiveRange:inRange: |
(CPAttributedString) | - attributedSubstringFromRange: |
(CPDictionary) | - attributesAtIndex:effectiveRange: |
(CPDictionary) | - attributesAtIndex:longestEffectiveRange:inRange: |
(void) | - beginEditing |
(void) | - deleteCharactersInRange: |
(void) | - endEditing |
(id) | - init |
(id) | - initWithAttributedString: |
(id) | - initWithString: |
(id) | - initWithString:attributes: |
(void) | - insertAttributedString:atIndex: |
(BOOL) | - isEqual: |
(BOOL) | - isEqualToAttributedString: |
(unsigned) | - length |
(CPString) | - mutableString |
(void) | - removeAttribute:range: |
(void) | - replaceCharactersInRange:withAttributedString: |
(void) | - replaceCharactersInRange:withString: |
(void) | - setAttributedString: |
(void) | - setAttributes:range: |
(CPString) | - string |
This class is just an empty subclass of CPAttributedString. CPAttributedString already implements mutable methods and this class only exists for source compatibility.
Definition at line 823 of file CPAttributedString.j.