#import <EDTable.h>
Abgeleitet von NSObject.
Definiert in Zeile 11 der Datei EDTable.h.
| + (id) tableWithResources: | (id) | fp8 |
| - (id) initWithResources: | (id) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (id) style |
| - (void) setStyle: | (id) | fp8 |
| - (id) headerRowDxf |
| - (void) setHeaderRowDxf: | (id) | fp8 |
| - (id) totalsRowDxf |
| - (void) setTotalsRowDxf: | (id) | fp8 |
| - (id) dataAreaDxf |
| - (void) setDataAreaDxf: | (id) | fp8 |
| - (id) headerRowBorderDxf |
| - (void) setHeaderRowBorderDxf: | (id) | fp8 |
| - (id) totalsRowBorderDxf |
| - (void) setTotalsRowBorderDxf: | (id) | fp8 |
| - (id) dataAreaBorderDxf |
| - (void) setDataAreaBorderDxf: | (id) | fp8 |
| - (id) tableBorderDxf |
| - (void) setTableBorderDxf: | (id) | fp8 |
| - (id) name |
| - (void) setName: | (id) | fp8 |
| - (id) displayName |
| - (void) setDisplayName: | (id) | fp8 |
| - (id) styleName |
| - (void) setStyleName: | (id) | fp8 |
| - (id) tableRange |
| - (unsigned int) headerRowCount |
| - (void) setHeaderRowCount: | (unsigned int) | fp8 |
| - (unsigned int) totalsRowCount |
| - (void) setTotalsRowCount: | (unsigned int) | fp8 |
| - (id) tableColumns |
| - (_Bool) showFirstColumn |
| - (void) setShowFirstColumn: | (_Bool) | fp8 |
| - (_Bool) showLastColumn |
| - (void) setShowLastColumn: | (_Bool) | fp8 |
| - (_Bool) showRowStripes |
| - (void) setShowRowStripes: | (_Bool) | fp8 |
| - (_Bool) showColumnStripes |
| - (void) setShowColumnStripes: | (_Bool) | fp8 |
| - (void) setTableRange: | (id) | fp8 |
- (EDResources*) mResources [protected] |
- (unsigned int) mStyleIndex [protected] |
- (unsigned int) mHeaderRowDxfIndex [protected] |
- (unsigned int) mTotalsRowDxfIndex [protected] |
- (unsigned int) mDataAreaDxfIndex [protected] |
- (unsigned int) mHeaderRowBorderDxfIndex [protected] |
- (unsigned int) mTotalsRowBorderDxfIndex [protected] |
- (unsigned int) mDataAreaBorderDxfIndex [protected] |
- (unsigned int) mTableBorderDxfIndex [protected] |
- (NSString*) mDisplayName [protected] |
- (EDReference*) mTableRange [protected] |
- (NSString*) mStyleName [protected] |
- (unsigned int) mHeaderRowCount [protected] |
- (unsigned int) mTotalsRowCount [protected] |
- (_Bool) mShowFirstColumn [protected] |
- (_Bool) mShowLastColumn [protected] |
- (_Bool) mShowRowStripes [protected] |
- (_Bool) mShowColumnStripes [protected] |
- (EDCollection*) mTableColumns [protected] |