#import <OADParagraph.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (id) | - properties |
| (BOOL) | - isEmpty |
| (int) | - textRunCount |
| (id) | - textRunAtIndex: |
| (id) | - addTextLineBreak |
| (id) | - addRegularTextRun |
| (id) | - addGenericTextField |
| (id) | - addDateTimeField |
| (id) | - paragraphEndCharacterProperties |
| (BOOL) | - hasBulletCharacterProperties |
| (id) | - bulletCharacterProperties |
| (void) | - setParentTextListStyle: |
Geschützte Attribute | |
| OADParagraphProperties * | mProperties |
| NSMutableArray * | mTextRuns |
| OADCharacterProperties * | mParagraphEndCharacterProperties |
Definiert in Zeile 11 der Datei OADParagraph.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (id) properties |
| - (BOOL) isEmpty |
| - (int) textRunCount |
| - (id) textRunAtIndex: | (int) | fp8 |
| - (id) addTextLineBreak |
| - (id) addRegularTextRun |
| - (id) addGenericTextField |
| - (id) addDateTimeField |
| - (id) paragraphEndCharacterProperties |
| - (BOOL) hasBulletCharacterProperties |
| - (id) bulletCharacterProperties |
| - (void) setParentTextListStyle: | (id) | fp8 |
- (OADParagraphProperties*) mProperties [protected] |
Definiert in Zeile 13 der Datei OADParagraph.h.
- (NSMutableArray*) mTextRuns [protected] |
Definiert in Zeile 14 der Datei OADParagraph.h.
- (OADCharacterProperties*) mParagraphEndCharacterProperties [protected] |
Definiert in Zeile 15 der Datei OADParagraph.h.