MonobjcMonobjc Documented Class Library
ReplaceCharactersInRangeWithRTFD Method (aRange, rtfdData)
NamespacesMonobjc.AppKitNSTextReplaceCharactersInRangeWithRTFD(NSRange, NSData)

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

Original signature is '- (void)replaceCharactersInRange:(NSRange)aRange withRTFD:(NSData *)rtfdData'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReplaceCharactersInRangeWithRTFD(
	NSRange aRange,
	NSData rtfdData
)
Public Overridable Sub ReplaceCharactersInRangeWithRTFD ( _
	aRange As NSRange, _
	rtfdData As NSData _
)
public:
virtual void ReplaceCharactersInRangeWithRTFD(
	NSRange aRange, 
	NSData^ rtfdData
)
Parameters
aRange (NSRange)
The range of characters to be replaced.
rtfdData (NSData)
The RTFD 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)