NSAttributedString.GetRtfdFileWrapper Method

Definition

Overloads

GetRtfdFileWrapper(NSRange, NSAttributedStringDocumentAttributes)
GetRtfdFileWrapper(NSRange, NSDictionary)

GetRtfdFileWrapper(NSRange, NSAttributedStringDocumentAttributes)

public Foundation.NSFileWrapper GetRtfdFileWrapper (Foundation.NSRange range, Foundation.NSAttributedStringDocumentAttributes options);
member this.GetRtfdFileWrapper : Foundation.NSRange * Foundation.NSAttributedStringDocumentAttributes -> Foundation.NSFileWrapper

Parameters

range
NSRange

Returns

Applies to

GetRtfdFileWrapper(NSRange, NSDictionary)

[Foundation.Export("RTFDFileWrapperFromRange:documentAttributes:")]
public virtual Foundation.NSFileWrapper GetRtfdFileWrapper (Foundation.NSRange range, Foundation.NSDictionary options);
abstract member GetRtfdFileWrapper : Foundation.NSRange * Foundation.NSDictionary -> Foundation.NSFileWrapper
override this.GetRtfdFileWrapper : Foundation.NSRange * Foundation.NSDictionary -> Foundation.NSFileWrapper

Parameters

range
NSRange
options
NSDictionary

Returns

Attributes

Applies to