API  1.0.0
CPTextView(CPSynthesizedAccessors) Category Reference

Instance Methods

(BOOL) - allowsUndo
 
(CPColor- insertionPointColor
 
(BOOL) - isHorizontallyResizable
 
(BOOL) - isVerticallyResizable
 
(CPLayoutManager- layoutManager
 
(CGSize) - maxSize
 
(CGSize) - minSize
 
(CPRange) - selectedRange
 
(CPDictionary- selectedTextAttributes
 
(CPSelectionGranularity) - selectionGranularity
 
(void) - setAllowsUndo:
 
(void) - setHorizontallyResizable:
 
(void) - setInsertionPointColor:
 
(void) - setMaxSize:
 
(void) - setMinSize:
 
(void) - setSelectedTextAttributes:
 
(void) - setSelectionGranularity:
 
(void) - setTextColor:
 
(void) - setTextContainer:
 
(void) - setTextContainerInset:
 
(void) - setTypingAttributes:
 
(void) - setUsesFontPanel:
 
(void) - setVerticallyResizable:
 
(CPColor- textColor
 
(CPTextContainer- textContainer
 
(CGSize) - textContainerInset
 
(CGPoint) - textContainerOrigin
 
(CPTextStorage- textStorage
 
(CPDictionary- typingAttributes
 
(BOOL) - usesFontPanel
 

Detailed Description

Definition at line 2861 of file CPTextView.j.

Method Documentation

◆ allowsUndo()

- (BOOL) allowsUndo
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2866 of file CPTextView.j.

◆ insertionPointColor()

- (CPColor) insertionPointColor
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2986 of file CPTextView.j.

◆ isHorizontallyResizable()

- (BOOL) isHorizontallyResizable
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2882 of file CPTextView.j.

◆ isVerticallyResizable()

- (BOOL) isVerticallyResizable
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2898 of file CPTextView.j.

◆ layoutManager()

- (CPLayoutManager) layoutManager
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3050 of file CPTextView.j.

◆ maxSize()

- (CGSize) maxSize
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2954 of file CPTextView.j.

◆ minSize()

- (CGSize) minSize
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2938 of file CPTextView.j.

◆ selectedRange()

- (CPRange) selectedRange
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3058 of file CPTextView.j.

◆ selectedTextAttributes()

- (CPDictionary) selectedTextAttributes
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3018 of file CPTextView.j.

◆ selectionGranularity()

- (CPSelectionGranularity) selectionGranularity
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3066 of file CPTextView.j.

◆ setAllowsUndo:()

- (void) setAllowsUndo: (BOOL)  aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2874 of file CPTextView.j.

◆ setHorizontallyResizable:()

- (void) setHorizontallyResizable: (BOOL)  aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2890 of file CPTextView.j.

◆ setInsertionPointColor:()

- (void) setInsertionPointColor: (CPColor aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2994 of file CPTextView.j.

◆ setMaxSize:()

- (void) setMaxSize: (CGSize)  aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2962 of file CPTextView.j.

◆ setMinSize:()

- (void) setMinSize: (CGSize)  aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2946 of file CPTextView.j.

◆ setSelectedTextAttributes:()

- (void) setSelectedTextAttributes: (CPDictionary aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3026 of file CPTextView.j.

◆ setSelectionGranularity:()

- (void) setSelectionGranularity: (CPSelectionGranularity)  aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3074 of file CPTextView.j.

◆ setTextColor:()

- (void) setTextColor: (CPColor aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3010 of file CPTextView.j.

◆ setTextContainer:()

- (void) setTextContainer: (CPTextContainer aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3090 of file CPTextView.j.

◆ setTextContainerInset:()

- (void) setTextContainerInset: (CGSize)  aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2978 of file CPTextView.j.

◆ setTypingAttributes:()

- (void) setTypingAttributes: (CPDictionary aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3042 of file CPTextView.j.

◆ setUsesFontPanel:()

- (void) setUsesFontPanel: (BOOL)  aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2922 of file CPTextView.j.

◆ setVerticallyResizable:()

- (void) setVerticallyResizable: (BOOL)  aValue
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2906 of file CPTextView.j.

◆ textColor()

- (CPColor) textColor
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3002 of file CPTextView.j.

◆ textContainer()

- (CPTextContainer) textContainer
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3082 of file CPTextView.j.

◆ textContainerInset()

- (CGSize) textContainerInset
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2970 of file CPTextView.j.

◆ textContainerOrigin()

- (CGPoint) textContainerOrigin
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2930 of file CPTextView.j.

◆ textStorage()

- (CPTextStorage) textStorage
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3098 of file CPTextView.j.

◆ typingAttributes()

- (CPDictionary) typingAttributes
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 3034 of file CPTextView.j.

◆ usesFontPanel()

- (BOOL) usesFontPanel
implementation

Synthesized accessor method.

Extends class CPTextView.

Definition at line 2914 of file CPTextView.j.


The documentation for this category was generated from the following file: