API  1.0.0
CPParagraphStyle Class Reference

#import <CPParagraphStyle.h>

+ Inheritance diagram for CPParagraphStyle:

Instance Methods

(void) - addTabStop:
 
(CPTextAlignment) - alignment
 
(id) - copy
 
(void) - encodeWithCoder:
 
(unsigned) - firstLineHeadIndent
 
(unsigned) - headIndent
 
(id) - init
 
(id) - initWithCoder:
 
(CPParagraphStyle- initWithParagraphStyle:
 
(unsigned) - lineSpacing
 
(unsigned) - maximumLineHeight
 
(unsigned) - minimumLineHeight
 
(unsigned) - paragraphSpacing
 
(void) - setAlignment:
 
(void) - setFirstLineHeadIndent:
 
(void) - setHeadIndent:
 
(void) - setLineSpacing:
 
(void) - setMaximumLineHeight:
 
(void) - setMinimumLineHeight:
 
(void) - setParagraphSpacing:
 
(void) - setTabStops:
 
(void) - setTailIndent:
 
(CPArray) - tabStops
 
(unsigned) - tailIndent
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Class Methods

(CPParagraphStyle+ defaultParagraphStyle
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CPParagraphStyle.h.

Method Documentation

◆ addTabStop:()

- (void) addTabStop: (CPTextTab aStop
implementation

Definition at line 112 of file CPParagraphStyle.j.

◆ alignment()

- (CPTextAlignment) alignment
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 243 of file CPParagraphStyle.j.

◆ copy()

- (id) copy
implementation

Makes a deep copy of the receiver. The copy should be functionally equivalent to the receiver.

Returns
the copy of the receiver

Reimplemented from CPObject.

Definition at line 117 of file CPParagraphStyle.j.

◆ defaultParagraphStyle()

+ (CPParagraphStyle) defaultParagraphStyle
implementation

Definition at line 53 of file CPParagraphStyle.j.

◆ encodeWithCoder:()

- (void) encodeWithCoder: (id)  aCoder
implementation

Provided by category CPParagraphStyle(CPCoding).

Definition at line 159 of file CPParagraphStyle.j.

◆ firstLineHeadIndent()

- (unsigned) firstLineHeadIndent
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 259 of file CPParagraphStyle.j.

◆ headIndent()

- (unsigned) headIndent
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 275 of file CPParagraphStyle.j.

◆ init()

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CPObject.

Definition at line 82 of file CPParagraphStyle.j.

◆ initWithCoder:()

- (id) initWithCoder: (id)  aCoder
implementation

Provided by category CPParagraphStyle(CPCoding).

Definition at line 139 of file CPParagraphStyle.j.

◆ initWithParagraphStyle:()

- (CPParagraphStyle) initWithParagraphStyle: (CPParagraphStyle other
implementation

Definition at line 89 of file CPParagraphStyle.j.

◆ lineSpacing()

- (unsigned) lineSpacing
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 355 of file CPParagraphStyle.j.

◆ maximumLineHeight()

- (unsigned) maximumLineHeight
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 339 of file CPParagraphStyle.j.

◆ minimumLineHeight()

- (unsigned) minimumLineHeight
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 323 of file CPParagraphStyle.j.

◆ paragraphSpacing()

- (unsigned) paragraphSpacing
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 307 of file CPParagraphStyle.j.

◆ setAlignment:()

- (void) setAlignment: (CPTextAlignment)  aValue
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 251 of file CPParagraphStyle.j.

◆ setFirstLineHeadIndent:()

- (void) setFirstLineHeadIndent: (unsigned)  aValue
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 267 of file CPParagraphStyle.j.

◆ setHeadIndent:()

- (void) setHeadIndent: (unsigned)  aValue
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 283 of file CPParagraphStyle.j.

◆ setLineSpacing:()

- (void) setLineSpacing: (unsigned)  aValue
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 363 of file CPParagraphStyle.j.

◆ setMaximumLineHeight:()

- (void) setMaximumLineHeight: (unsigned)  aValue
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 347 of file CPParagraphStyle.j.

◆ setMinimumLineHeight:()

- (void) setMinimumLineHeight: (unsigned)  aValue
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 331 of file CPParagraphStyle.j.

◆ setParagraphSpacing:()

- (void) setParagraphSpacing: (unsigned)  aValue
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 315 of file CPParagraphStyle.j.

◆ setTabStops:()

- (void) setTabStops: (CPArray)  aValue
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 235 of file CPParagraphStyle.j.

◆ setTailIndent:()

- (void) setTailIndent: (unsigned)  aValue
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 299 of file CPParagraphStyle.j.

◆ tabStops()

- (CPArray) tabStops
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 227 of file CPParagraphStyle.j.

◆ tailIndent()

- (unsigned) tailIndent
implementation

Synthesized accessor method.

Provided by category CPParagraphStyle(CPSynthesizedAccessors).

Definition at line 291 of file CPParagraphStyle.j.


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