MonobjcMonobjc Documented Class Library
RTFFromRange Method (aRange)
NamespacesMonobjc.AppKitNSTextRTFFromRange(NSRange)

Returns an NSData object that contains an RTF stream corresponding to the characters and attributes within aRange, omitting any attachment characters and attributes.

Original signature is '- (NSData *)RTFFromRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSData RTFFromRange(
	NSRange aRange
)
Public Overridable Function RTFFromRange ( _
	aRange As NSRange _
) As NSData
public:
virtual NSData^ RTFFromRange(
	NSRange aRange
)
Parameters
aRange (NSRange)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSText.RTFFromRange(Monobjc.Foundation.NSRange)"]

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

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)