FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSAttributedStringAttributeDictionary Class Reference

NSMutableAttributedString attributes dictionary. More...

#import <NSAttributedString+Cocoa.h>

Inheritance diagram for NSAttributedStringAttributeDictionary:
NSAMutableDictionary NSAMutableDictionary

Instance Methods

(NSNumber
*markedClauseSegmentNumber) 
- NS_AVAILABLE_MAC
 Set or get markedClauseSegment attribute as NSNumber form. More...
 
(NSInteger markedClauseSegment) - NS_AVAILABLE_MAC
 Set or get markedClauseSegment attribute. More...
 
(NSArray *writingDirectionArray) - NS_AVAILABLE_MAC
 Set or get writingDirectionArray attribute. More...
 
(NSWritingDirectionAttributes
writingDirection) 
- NS_AVAILABLE_MAC
 Set or get writingDirection attribute. More...
 
(NSNumber *verticalGlyphFormNumber- NS_AVAILABLE_MAC
 Set or get verticalGlyphForm attribute as NSNumber form. More...
 
(NSVerticalGlyphForm
verticalGlyphForm
- NS_AVAILABLE_MAC
 Set or get verticalGlyphForm attribute. More...
 
(NSTextAlternatives
*textAlternatives) 
- NS_AVAILABLE_MAC
 Set or get textAlternatives attribute. More...
 

Properties

NSFont * font
 Set or get font attribute. More...
 
NSParagraphStyle * paragraphStyle
 Set or get paragraphStyle attribute. More...
 
NSColor * foregroundColor
 Set or get foregroundColor attribute. More...
 
NSNumber * underlineStyleNumber
 Set or get underlineStyle attribute as NSNumber form. More...
 
NSUnderlineStyle underlineStyle
 Set or get underlineStyle attribute. More...
 
NSNumber * superscriptNumber
 Set or get superscript attribute as NSNumber form. More...
 
BOOL superscript
 Set or get superscript attribute. More...
 
NSColor * backgroundColor
 Set or get backgroundColor attribute. More...
 
NSTextAttachment * attachment
 Set or get attachment attribute. More...
 
NSNumber * ligatureNumber
 Set or get ligature attribute as NSNumber form. More...
 
NSLigatureType ligature
 Set or get ligature attribute. More...
 
NSNumber * baselineOffsetNumber
 Set or get baselineOffset attribute as NSNumber form. More...
 
float baselineOffset
 Set or get baselineOffset attribute. More...
 
NSNumber * kernNumber
 Set or get kern attribute as NSNumber form. More...
 
float kern
 Set or get kern attribute. More...
 
NSURL * link
 Set or get link attribute. More...
 
NSNumber * strokeWidthNumber
 Set or get strokeWidth attribute as NSNumber form. More...
 
float strokeWidth
 Set or get strokeWidth attribute. More...
 
NSColor * strokeColor
 Set or get strokeColor attribute. More...
 
NSColor * underlineColor
 Set or get underlineColor attribute. More...
 
NSNumber * strikethroughStyleNumber
 Set or get strikethroughStyle attribute as NSNumber form. More...
 
NSUnderlineStyle strikethroughStyle
 Set or get strikethroughStyle attribute. More...
 
NSColor * strikethroughColor
 Set or get strikethroughColor attribute. More...
 
NSShadow * shadow
 Set or get shadow attribute. More...
 
NSNumber * obliquenessNumber
 Set or get obliqueness attribute as NSNumber form. More...
 
float obliqueness
 Set or get obliqueness attribute. More...
 
NSNumber * expansionNumber
 Set or get expansion attribute as NSNumber form. More...
 
float expansion
 Set or get expansion attribute. More...
 
NSCursor * cursor
 Set or get cursor attribute. More...
 
NSString * toolTip
 Set or get toolTip attribute. More...
 
UIFont * font
 Set or get font attribute. More...
 
UIColor * foregroundColor
 Set or get foregroundColor attribute. More...
 
UIColor * backgroundColor
 Set or get backgroundColor attribute. More...
 
UIColor * strokeColor
 Set or get strokeColor attribute. More...
 
NSNumber * verticalGlyphFormNumber
 Set or get verticalGlyphForm attribute as NSNumber form. More...
 
NSVerticalGlyphForm verticalGlyphForm
 Set or get verticalGlyphForm attribute. More...
 

Additional Inherited Members

- Protected Attributes inherited from NSAMutableDictionary
NSMutableDictionary * _impl
 

Detailed Description

NSMutableAttributedString attributes dictionary.

This dictionary is designed to used for NSMutableAttributeString setAttributes:range: and addAttributes:range:.

Method Documentation

- (NSNumber* markedClauseSegmentNumber) NS_AVAILABLE_MAC (10_5) 

Set or get markedClauseSegment attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSInteger markedClauseSegment) NS_AVAILABLE_MAC (10_5) 

Set or get markedClauseSegment attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSArray* writingDirectionArray) NS_AVAILABLE_MAC (10_6) 

Set or get writingDirectionArray attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSWritingDirectionAttributes writingDirection) NS_AVAILABLE_MAC (10_6) 

Set or get writingDirection attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber* verticalGlyphFormNumber) NS_AVAILABLE_MAC (10_7) 

Set or get verticalGlyphForm attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSVerticalGlyphForm verticalGlyphForm) NS_AVAILABLE_MAC (10_7) 

Set or get verticalGlyphForm attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSTextAlternatives* textAlternatives) NS_AVAILABLE_MAC (10_8) 

Set or get textAlternatives attribute.

Generated by script NSAttributedStringDictionaryInterface.py

Property Documentation

- (NSTextAttachment*) attachment
readwriteatomicstrong

Set or get attachment attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (UIColor*) backgroundColor
readwriteatomicstrong

Set or get backgroundColor attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSColor*) backgroundColor
readwriteatomicstrong

Set or get backgroundColor attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (float) baselineOffset
readwriteatomicassign

Set or get baselineOffset attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber*) baselineOffsetNumber
readwriteatomicstrong

Set or get baselineOffset attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSCursor*) cursor
readwriteatomicstrong

Set or get cursor attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (float) expansion
readwriteatomicassign

Set or get expansion attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber*) expansionNumber
readwriteatomicstrong

Set or get expansion attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (UIFont*) font
readwriteatomicstrong

Set or get font attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSFont*) font
readwriteatomicstrong

Set or get font attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (UIColor*) foregroundColor
readwriteatomicstrong

Set or get foregroundColor attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSColor*) foregroundColor
readwriteatomicstrong

Set or get foregroundColor attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (float) kern
readwriteatomicassign

Set or get kern attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber *) kernNumber
readwriteatomicstrong

Set or get kern attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSLigatureType) ligature
readwriteatomicassign

Set or get ligature attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber *) ligatureNumber
readwriteatomicstrong

Set or get ligature attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSURL*) link
readwriteatomicstrong

Set or get link attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (float) obliqueness
readwriteatomicassign

Set or get obliqueness attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber*) obliquenessNumber
readwriteatomicstrong

Set or get obliqueness attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSParagraphStyle *) paragraphStyle
readwriteatomicstrong

Set or get paragraphStyle attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSShadow *) shadow
readwriteatomicstrong

Set or get shadow attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSColor*) strikethroughColor
readwriteatomicstrong

Set or get strikethroughColor attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSUnderlineStyle) strikethroughStyle
readwriteatomicassign

Set or get strikethroughStyle attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber *) strikethroughStyleNumber
readwriteatomicstrong

Set or get strikethroughStyle attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (UIColor*) strokeColor
readwriteatomicstrong

Set or get strokeColor attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSColor*) strokeColor
readwriteatomicstrong

Set or get strokeColor attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (float) strokeWidth
readwriteatomicassign

Set or get strokeWidth attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber *) strokeWidthNumber
readwriteatomicstrong

Set or get strokeWidth attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (BOOL) superscript
readwriteatomicassign

Set or get superscript attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber*) superscriptNumber
readwriteatomicstrong

Set or get superscript attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSString*) toolTip
readwriteatomicstrong

Set or get toolTip attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSColor*) underlineColor
readwriteatomicstrong

Set or get underlineColor attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSUnderlineStyle) underlineStyle
readwriteatomicassign

Set or get underlineStyle attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber *) underlineStyleNumber
readwriteatomicstrong

Set or get underlineStyle attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSVerticalGlyphForm) verticalGlyphForm
readwriteatomicassign

Set or get verticalGlyphForm attribute.

Generated by script NSAttributedStringDictionaryInterface.py

- (NSNumber*) verticalGlyphFormNumber
readwriteatomicstrong

Set or get verticalGlyphForm attribute as NSNumber form.

Generated by script NSAttributedStringDictionaryInterface.py


The documentation for this class was generated from the following files: