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
Copy(NSZone)Performs a copy of the underlying Objective-C object. | ||
static | CreateFrom(UIKit.NSTextAttachment)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)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)Documentation for this section has not yet been entered. | ||
GetAttributes(out NSRange, nint)Documentation for this section has not yet been entered. | ||
GetAttributes(out NSRange, NSRange, nint)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)Documentation for this section has not yet been entered. | ||
GetCoreTextAttributes(out NSRange, nint)Documentation for this section has not yet been entered. | ||
GetCoreTextAttributes(out NSRange, NSRange, nint)Documentation for this section has not yet been entered. | ||
GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, ref NSError)Documentation for this section has not yet been entered. | ||
GetDataFromRange(NSRange, NSDictionary, ref NSError)d|To be added. | ||
GetFileWrapperFromRange(NSRange, NSAttributedStringDocumentAttributes, ref NSError)Documentation for this section has not yet been entered. | ||
GetFileWrapperFromRange(NSRange, NSDictionary, ref NSError)Documentation for this section has not yet been entered. | ||
GetUIKitAttributes(out NSRange, nint)Documentation for this section has not yet been entered. | ||
GetUIKitAttributes(out NSRange, NSRange, nint)Documentation for this section has not yet been entered. | ||
IsEqual(NSAttributedString)Whether this is equal to the other string. | ||
LowLevelGetAttributes(out NSRange, nint)Low-level version that provides an NSDictionary for the attributes in the specified range. | ||
MutableCopy(NSZone)Performs a copy of the underlying Objective-C object. | ||
Substring(nint, nint)Documentation for this section has not yet been entered. | ||