MonoMac.Foundation.NSMutableAttributedString: Method Members

The methods of MonoMac.Foundation.NSMutableAttributedString are listed below. For a list of all members, see the NSMutableAttributedString Members list.

See Also: Inherited members from MonoMac.Foundation.NSAttributedString

Public Methods

AddAttribute(NSString, NSObject, NSRange)
Adds an attribute and its value to the specified range of characters in the string.
AddAttributes(MonoMac.CoreText.CTStringAttributes, NSRange)
Adds an attribute and its value to the specified range of characters in the string.
AddAttributes(NSDictionary, NSRange)
Adds the specified attributes in the dictionary to the specified range of characters in the string.
Append(NSAttributedString)
Appends an attributed string to this string.
Append(NSAttributedString, params object[])
Documentation for this section has not yet been entered.
BeginEditing()
Marks the beginning of changes.
DeleteRange(NSRange)
Removes the characters in the specified range.
EndEditing()
Marks the end of changes.
Insert(NSAttributedString, int)
Inserts an attributed string into the current string.
RemoveAttribute(string, NSRange)
Removes the specified attribute from the range of characters
Replace(NSRange, NSAttributedString)
Replaces the specified range of characters with an attributed string.
Replace(NSRange, string)
Replaces the specified range of characters with an attributed string.
SetAttributes(MonoMac.CoreText.CTStringAttributes, NSRange)
Sets the attributes for the specified ranges. Any previous attributes in that range are replaces with the new values.
SetAttributes(NSDictionary, NSRange)
Sets the attributes for the specified ranges. Any previous attributes in that range are replaces with the new values.
SetString(NSAttributedString)
Sets the contents of this NSMutableAttributedString to the value specified.