#import <WDText.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithDocument:textType: |
| (id) | - initWithDocument:textType:tableCell: |
| (void) | - dealloc |
| (id) | - blocks |
| (int) | - blockCount |
| (id) | - blockAt: |
| (id) | - lastBlock |
| (int) | - indexOfBlock: |
| (void) | - addBlock: |
| (id) | - document |
| (int) | - textType |
| (id) | - tableCell |
| (id) | - addParagraph |
| (id) | - addParagraphAtIndex: |
| (id) | - addTable |
| (id) | - addTableAtIndex: |
| (void) | - removeLastCharacter: |
| (void) | - removeLastBlock |
| (int) | - tableNestingLevel |
| (id) | - blockIterator |
| (id) | - runIterator |
| (BOOL) | - isEmpty |
| (id) | - content |
Geschützte Attribute | |
| NSMutableArray * | mBlocks |
| WDDocument * | mDocument |
| int | mTextType |
| WDTableCell * | mTableCell |
Definiert in Zeile 11 der Datei WDText.h.
| - (id) initWithDocument: | (id) | fp8 | ||
| textType: | (int) | fp12 | ||
| - (id) initWithDocument: | (id) | fp8 | ||
| textType: | (int) | fp12 | ||
| tableCell: | (id) | fp16 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (id) blocks |
| - (int) blockCount |
| - (id) blockAt: | (int) | fp8 |
| - (id) lastBlock |
| - (int) indexOfBlock: | (id) | fp8 |
| - (void) addBlock: | (id) | fp8 |
| - (id) document |
| - (int) textType |
| - (id) tableCell |
| - (id) addParagraph |
| - (id) addParagraphAtIndex: | (int) | fp8 |
| - (id) addTable |
| - (id) addTableAtIndex: | (int) | fp8 |
| - (void) removeLastCharacter: | (unsigned short) | fp8 |
| - (void) removeLastBlock |
| - (int) tableNestingLevel |
| - (id) blockIterator |
| - (id) runIterator |
| - (BOOL) isEmpty |
| - (id) content |
- (NSMutableArray*) mBlocks [protected] |
- (WDDocument*) mDocument [protected] |
- (WDTableCell*) mTableCell [protected] |