MonobjcMonobjc Documented Class Library
ReplaceCharactersInRangeWithRTF Method (aRange, rtfData)
NamespacesMonobjc.AppKitNSTextReplaceCharactersInRangeWithRTF(NSRange, NSData)

Replaces the characters in the given range with RTF text interpreted from the given RTF data.

Original signature is '- (void)replaceCharactersInRange:(NSRange)aRange withRTF:(NSData *)rtfData'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReplaceCharactersInRangeWithRTF(
	NSRange aRange,
	NSData rtfData
)
Public Overridable Sub ReplaceCharactersInRangeWithRTF ( _
	aRange As NSRange, _
	rtfData As NSData _
)
public:
virtual void ReplaceCharactersInRangeWithRTF(
	NSRange aRange, 
	NSData^ rtfData
)
Parameters
aRange (NSRange)
The range of characters to be replaced.
rtfData (NSData)
The RTF data from which to derive the replacement string.
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)