MonobjcMonobjc Documented Class Library
NSMutableAttributedString Constructor
NamespacesMonobjc.FoundationNSMutableAttributedStringNSMutableAttributedString()()()()
Members
IconMemberDescription
NSMutableAttributedString(NSAttributedString)

Returns an NSAttributedString object initialized with the characters and attributes of another given attributed string.

Original signature is '- (id)initWithAttributedString:(NSAttributedString *)attributedString'

Available in Mac OS X v10.0 and later.


NSMutableAttributedString(NSString)

Returns an NSAttributedString object initialized with the characters of a given string and no attribute information.

Original signature is '- (id)initWithString:(NSString *)aString'

Available in Mac OS X v10.0 and later.


NSMutableAttributedString(NSString, NSDictionary)

Returns an NSAttributedString object initialized with a given string and attributes.

Original signature is '- (id)initWithString:(NSString *)aString attributes:(NSDictionary *)attributes'

Available in Mac OS X v10.0 and later.


NSMutableAttributedString(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSMutableAttributedString()()()()
Initializes a new instance of the NSMutableAttributedString class.

NSMutableAttributedString(IntPtr)
Initializes a new instance of the NSMutableAttributedString class.

NSMutableAttributedString(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSMutableAttributedString class.

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)