#import <OADShape.h>
Abgeleitet von OADGraphic.
Basisklasse für OADLine und OADWordArt.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (void) | - setGeometry: |
| (id) | - geometry |
| (int) | - type |
| (id) | - shapeProperties |
| (id) | - textBody |
| (void) | - setTextBody: |
| (void) | - setParentTextListStyle: |
| (void) | - flattenProperties |
Geschützte Attribute | |
| OADShapeGeometry * | mGeometry |
| OADTextBody * | mTextBody |
Definiert in Zeile 11 der Datei OADShape.h.
| - (id) init |
Implementiert in OADLine und OADWordArt.
| - (void) dealloc |
| - (void) setGeometry: | (id) | fp8 |
| - (id) geometry |
| - (int) type |
| - (id) shapeProperties |
| - (id) textBody |
| - (void) setTextBody: | (id) | fp8 |
| - (void) setParentTextListStyle: | (id) | fp8 |
Implementiert OADDrawable.
| - (void) flattenProperties |
- (OADShapeGeometry*) mGeometry [protected] |
Definiert in Zeile 13 der Datei OADShape.h.
- (OADTextBody*) mTextBody [protected] |
Definiert in Zeile 14 der Datei OADShape.h.