Share via


NSAttributedString.GetRtfdFileWrapper Method

Definition

Overloads

GetRtfdFileWrapper(NSRange, NSAttributedStringDocumentAttributes)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSFileWrapper GetRtfdFileWrapper(Foundation.NSRange range, Foundation.NSAttributedStringDocumentAttributes options);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetRtfdFileWrapper : Foundation.NSRange * Foundation.NSAttributedStringDocumentAttributes -> Foundation.NSFileWrapper

Parameters

range
NSRange

Returns

Attributes

Applies to

GetRtfdFileWrapper(NSRange, NSDictionary)

[Foundation.Export("RTFDFileWrapperFromRange:documentAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSFileWrapper GetRtfdFileWrapper(Foundation.NSRange range, Foundation.NSDictionary? options);
[<Foundation.Export("RTFDFileWrapperFromRange:documentAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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