Foundation.NSAttributedString: Method Members

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

See Also: Inherited members from Foundation.NSObject

Public Methods

Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
static
CreateFrom(UIKit.NSTextAttachment) : NSAttributedString
Documentation for this section has not yet been entered.
DrawString(CoreGraphics.CGPoint)
Draws the string at the specified point.
DrawString(CoreGraphics.CGRect)
Documentation for this section has not yet been entered.
DrawString(NSStringDrawingOptions, NSStringDrawingContext, CoreGraphics.CGRect)
Draws the attributed string on the specified region, and optionally track the rendering.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder
EnumerateAttribute(NSString, NSRange, NSAttributedStringEnumeration, NSAttributedStringCallback)
Applies the callback to the specified attribute in the specified range.
EnumerateAttributes(NSRange, NSAttributedStringEnumeration, NSAttributedRangeCallback)
Applies the callback to all the attributes in the specified range.
GetAttribute(string, out NSRange, nint) : NSObject
Retrieves the attribute at the specified location. The range to which the attribute applies is returned in the effectiveRange out parameter.
GetAttribute(string, out NSRange, NSRange, nint) : NSObject
Documentation for this section has not yet been entered.
GetAttributes(out NSRange, nint) : NSDictionary
Documentation for this section has not yet been entered.
GetAttributes(out NSRange, NSRange, nint) : NSDictionary
Retrieves the attributes of the character at the specified location. The out parameter contains the range in which all attributes are shared, up to the specified range limit.
GetBoundingRect(NSStringDrawingOptions, NSStringDrawingContext, CoreGraphics.CGSize) : CoreGraphics.CGRect
Documentation for this section has not yet been entered.
GetCoreTextAttributes(out NSRange, nint) : CoreText.CTStringAttributes
Documentation for this section has not yet been entered.
GetCoreTextAttributes(out NSRange, NSRange, nint) : CoreText.CTStringAttributes
Documentation for this section has not yet been entered.
GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, ref NSError) : NSData
Documentation for this section has not yet been entered.
GetDataFromRange(NSRange, NSDictionary, ref NSError) : NSData
d|To be added.
GetFileWrapperFromRange(NSRange, NSAttributedStringDocumentAttributes, ref NSError) : NSFileWrapper
Documentation for this section has not yet been entered.
GetFileWrapperFromRange(NSRange, NSDictionary, ref NSError) : NSFileWrapper
Documentation for this section has not yet been entered.
GetUIKitAttributes(out NSRange, nint) : UIKit.UIStringAttributes
Documentation for this section has not yet been entered.
GetUIKitAttributes(out NSRange, NSRange, nint) : UIKit.UIStringAttributes
Documentation for this section has not yet been entered.
IsEqual(NSAttributedString) : bool
Whether this is equal to the other string.
LowLevelGetAttributes(out NSRange, nint) : IntPtr
Low-level version that provides an NSDictionary for the attributes in the specified range.
MutableCopy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
Substring(nint, nint) : NSAttributedString
Documentation for this section has not yet been entered.