#import <WDTable.h>
Abgeleitet von WDBlock.
Öffentliche Methoden | |
| (id) | - initWithText: |
| (void) | - dealloc |
| (id) | - properties |
| (int) | - rowCount |
| (id) | - rowAt: |
| (id) | - addRow |
| (int) | - blockType |
| (int) | - nestingLevel |
| (id) | - rowIterator |
| (id) | - cellIterator |
| (id) | - runIterator |
Geschützte Attribute | |
| WDTableProperties * | mProperties |
| NSMutableArray * | mRows |
Definiert in Zeile 11 der Datei WDTable.h.
| - (id) initWithText: | (id) | fp8 |
Implementiert WDBlock.
| - (void) dealloc |
Implementiert WDBlock.
| - (id) properties |
| - (int) rowCount |
| - (id) rowAt: | (int) | fp8 |
| - (id) addRow |
| - (int) blockType |
Implementiert WDBlock.
| - (int) nestingLevel |
| - (id) rowIterator |
| - (id) cellIterator |
| - (id) runIterator |
Implementiert WDBlock.
- (WDTableProperties*) mProperties [protected] |
- (NSMutableArray*) mRows [protected] |