MonobjcMonobjc Documented Class Library
RulerAttributesInRange Method (__target, aRange)
NamespacesMonobjc.AppKitNSAttributedString_AppKitAdditionsRulerAttributesInRange(NSAttributedString, NSRange)

Returns the ruler (paragraph) attributes in effect for the characters within the given range.

Original signature is '- (NSDictionary *)rulerAttributesInRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary RulerAttributesInRange(
	this NSAttributedString __target,
	NSRange aRange
)
<ExtensionAttribute> _
Public Shared Function RulerAttributesInRange ( _
	__target As NSAttributedString, _
	aRange As NSRange _
) As NSDictionary
[ExtensionAttribute]
public:
static NSDictionary^ RulerAttributesInRange(
	NSAttributedString^ __target, 
	NSRange aRange
)
Parameters
__target (NSAttributedString)
The target instance.
aRange (NSRange)
MISSING
Return Value

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

Usage Note
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.
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)