Returns an NSFileWrapper object that contains an RTFD document corresponding to the characters and attributes within the given range.
Original signature is '- (NSFileWrapper *)RTFDFileWrapperFromRange:(NSRange)aRange documentAttributes:(NSDictionary *)docAttributes'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSFileWrapper RTFDFileWrapperFromRangeDocumentAttributes( this NSAttributedString __target, NSRange aRange, NSDictionary docAttributes )
<ExtensionAttribute> _ Public Shared Function RTFDFileWrapperFromRangeDocumentAttributes ( _ __target As NSAttributedString, _ aRange As NSRange, _ docAttributes As NSDictionary _ ) As NSFileWrapper
[ExtensionAttribute] public: static NSFileWrapper^ RTFDFileWrapperFromRangeDocumentAttributes( NSAttributedString^ __target, NSRange aRange, NSDictionary^ docAttributes )

- __target (NSAttributedString)
- The target instance.
- aRange (NSRange)
- MISSING
- docAttributes (NSDictionary)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSAttributedString_AppKitAdditions.RTFDFileWrapperFromRangeDocumentAttributes(Monobjc.Foundation.NSAttributedString,Monobjc.Foundation.NSRange,Monobjc.Foundation.NSDictionary)"]

In Visual Basic and C#, you can call this method as an instance method on any object of type NSAttributedString. When you use instance method syntax to call this method, omit the first parameter.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)