#import <OADTableCell.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (id) | - textBody |
| (void) | - setTextBody: |
| (id) | - properties |
| (void) | - setProperties: |
| (int) | - spanAlongDir: |
| (int) | - rowSpan |
| (void) | - setRowSpan: |
| (int) | - gridSpan |
| (void) | - setGridSpan: |
| (BOOL) | - horzMerge |
| (void) | - setHorzMerge: |
| (BOOL) | - vertMerge |
| (void) | - setVertMerge: |
| (int) | - topRow |
| (void) | - setTopRow: |
| (int) | - leftColumn |
| (void) | - setLeftColumn: |
Geschützte Attribute | |
| OADTextBody * | mTextBody |
| OADTableCellProperties * | mProperties |
| int | mRowSpan |
| int | mGridSpan |
| BOOL | mHorzMerge |
| BOOL | mVertMerge |
| int | mTopRow |
| int | mLeftColumn |
Definiert in Zeile 11 der Datei OADTableCell.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (id) textBody |
| - (void) setTextBody: | (id) | fp8 |
| - (id) properties |
| - (void) setProperties: | (id) | fp8 |
| - (int) spanAlongDir: | (int) | fp8 |
| - (int) rowSpan |
| - (void) setRowSpan: | (int) | fp8 |
| - (int) gridSpan |
| - (void) setGridSpan: | (int) | fp8 |
| - (BOOL) horzMerge |
| - (void) setHorzMerge: | (BOOL) | fp8 |
| - (BOOL) vertMerge |
| - (void) setVertMerge: | (BOOL) | fp8 |
| - (int) topRow |
| - (void) setTopRow: | (int) | fp8 |
| - (int) leftColumn |
| - (void) setLeftColumn: | (int) | fp8 |
- (OADTextBody*) mTextBody [protected] |
Definiert in Zeile 13 der Datei OADTableCell.h.
- (OADTableCellProperties*) mProperties [protected] |
Definiert in Zeile 14 der Datei OADTableCell.h.
- (int) mRowSpan [protected] |
Definiert in Zeile 15 der Datei OADTableCell.h.
- (int) mGridSpan [protected] |
Definiert in Zeile 16 der Datei OADTableCell.h.
- (BOOL) mHorzMerge [protected] |
Definiert in Zeile 17 der Datei OADTableCell.h.
- (BOOL) mVertMerge [protected] |
Definiert in Zeile 18 der Datei OADTableCell.h.
- (int) mTopRow [protected] |
Definiert in Zeile 19 der Datei OADTableCell.h.
- (int) mLeftColumn [protected] |
Definiert in Zeile 20 der Datei OADTableCell.h.