MonobjcMonobjc Documented Class Library
NSMutableAttributedString_AppKitAdditions Class
NamespacesMonobjc.AppKitNSMutableAttributedString_AppKitAdditions

[Missing <summary> documentation for "T:Monobjc.AppKit.NSMutableAttributedString_AppKitAdditions"]

Declaration Syntax
C#Visual BasicVisual C++
public static class NSMutableAttributedString_AppKitAdditions
<ExtensionAttribute> _
Public NotInheritable Class NSMutableAttributedString_AppKitAdditions
[ExtensionAttribute]
public ref class NSMutableAttributedString_AppKitAdditions abstract sealed
Members
All MembersMethods



IconMemberDescription
ApplyFontTraitsRange(NSMutableAttributedString, NSFontTraitMask, NSRange)

Applies the font attributes specified by mask to the characters in aRange.

Original signature is '- (void)applyFontTraits:(NSFontTraitMask)mask range:(NSRange)aRange'

Available in Mac OS X v10.0 and later.


FixAttachmentAttributeInRange(NSMutableAttributedString, NSRange)

Cleans up attachment attributes in aRange, removing all attachment attributes assigned to characters other than NSAttachmentCharacter.

Original signature is '- (void)fixAttachmentAttributeInRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.


FixAttributesInRange(NSMutableAttributedString, NSRange)

Invokes the other fix... methods, allowing you to clean up an attributed string with a single message.

Original signature is '- (void)fixAttributesInRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.


FixFontAttributeInRange(NSMutableAttributedString, NSRange)

Fixes the font attribute in aRange, assigning default fonts to characters with illegal fonts for their scripts and otherwise correcting font attribute assignments.

Original signature is '- (void)fixFontAttributeInRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.


FixParagraphStyleAttributeInRange(NSMutableAttributedString, NSRange)

Fixes the paragraph style attributes in aRange, assigning the first paragraph style attribute value in each paragraph to all characters of the paragraph.

Original signature is '- (void)fixParagraphStyleAttributeInRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.


ReadFromDataOptionsDocumentAttributes(NSMutableAttributedString, NSData, NSDictionary, NSDictionary%)

Sets the contents of the receiver from the stream at data.

Original signature is '- (BOOL)readFromData:(NSData *)data options:(NSDictionary *)options documentAttributes:(NSDictionary **)dict'

Available in Mac OS X v10.3 and later.


ReadFromDataOptionsDocumentAttributesError(NSMutableAttributedString, NSData, NSDictionary, NSDictionary%, NSError%)

Sets the contents of the receiver from the stream at data.

Original signature is '- (BOOL)readFromData:(NSData *)data options:(NSDictionary *)opts documentAttributes:(NSDictionary **)dict error:(NSError **)error'

Available in Mac OS X v10.4 and later.


ReadFromURLOptionsDocumentAttributes(NSMutableAttributedString, NSURL, NSDictionary, NSDictionary%)

Sets the contents of receiver from the file at url.

Original signature is '- (BOOL)readFromURL:(NSURL *)url options:(NSDictionary *)options documentAttributes:(NSDictionary **)documentAttributes'

Available in Mac OS X v10.0 and later.


ReadFromURLOptionsDocumentAttributesError(NSMutableAttributedString, NSURL, NSDictionary, NSDictionary%, NSError%)

Sets the contents of receiver from the file at url.

Original signature is '- (BOOL)readFromURL:(NSURL *)url options:(NSDictionary *)opts documentAttributes:(NSDictionary **)dict error:(NSError **)error'

Available in Mac OS X v10.4 and later.


SetAlignmentRange(NSMutableAttributedString, NSTextAlignment, NSRange)

Sets the alignment characteristic of the paragraph style attribute for the characters in aRange to alignment.

Original signature is '- (void)setAlignment:(NSTextAlignment)alignment range:(NSRange)aRange'

Available in Mac OS X v10.0 and later.


SetBaseWritingDirectionRange(NSMutableAttributedString, NSWritingDirection, NSRange)

Sets the base writing direction for the characters in range to writingDirection.

Original signature is '- (void)setBaseWritingDirection:(NSWritingDirection)writingDirection range:(NSRange)range'

Available in Mac OS X v10.4 and later.


SubscriptRange(NSMutableAttributedString, NSRange)

Decrements the value of the superscript attribute for characters in aRange by 1.

Original signature is '- (void)subscriptRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.


SuperscriptRange(NSMutableAttributedString, NSRange)

Increments the value of the superscript attribute for characters in aRange by 1.

Original signature is '- (void)superscriptRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.


UnscriptRange(NSMutableAttributedString, NSRange)

Removes the superscript attribute from the characters in aRange.

Original signature is '- (void)unscriptRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.


UpdateAttachmentsFromPath(NSMutableAttributedString, NSString)

Updates all attachments based on files contained in the RTFD file package at path.

Original signature is '- (void)updateAttachmentsFromPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


Inheritance Hierarchy
Object
NSMutableAttributedString_AppKitAdditions
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)