#import <OADUnderline.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithStroke:fill:type: |
| (void) | - dealloc |
| (id) | - stroke |
| (void) | - setStroke: |
| (id) | - fill |
| (void) | - setFill: |
| (int) | - type |
| (void) | - setType: |
| (BOOL) | - isUsingTextFill |
| (void) | - setIsUsingTextFill: |
| (BOOL) | - isUsingTextStroke |
| (void) | - setIsUsingTextStroke: |
Geschützte Attribute | |
| OADStroke * | mStroke |
| OADFill * | mFill |
| int | mType |
| BOOL | mIsUsingTextFill |
| BOOL | mIsUsingTextStroke |
Definiert in Zeile 11 der Datei OADUnderline.h.
| - (id) initWithStroke: | (id) | fp8 | ||
| fill: | (id) | fp12 | ||
| type: | (int) | fp16 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (id) stroke |
| - (void) setStroke: | (id) | fp8 |
| - (id) fill |
| - (void) setFill: | (id) | fp8 |
| - (int) type |
| - (void) setType: | (int) | fp8 |
| - (BOOL) isUsingTextFill |
| - (void) setIsUsingTextFill: | (BOOL) | fp8 |
| - (BOOL) isUsingTextStroke |
| - (void) setIsUsingTextStroke: | (BOOL) | fp8 |
Definiert in Zeile 13 der Datei OADUnderline.h.
Definiert in Zeile 14 der Datei OADUnderline.h.
- (int) mType [protected] |
Definiert in Zeile 15 der Datei OADUnderline.h.
- (BOOL) mIsUsingTextFill [protected] |
Definiert in Zeile 16 der Datei OADUnderline.h.
- (BOOL) mIsUsingTextStroke [protected] |
Definiert in Zeile 17 der Datei OADUnderline.h.