#import <OADTextBody.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (id) | - properties |
| (int) | - paragraphCount |
| (id) | - paragraphAtIndex: |
| (id) | - addParagraph |
| (id) | - textListStyle |
| (id) | - overrideTextListStyle |
| (void) | - setParentTextListStyle: |
| (void) | - removeTrailingNewlines |
| (BOOL) | - isEmpty |
| (void) | - flattenProperties |
Geschützte Attribute | |
| OADTextBodyProperties * | mProperties |
| NSMutableArray * | mParagraphs |
| OADTextListStyle * | mTextListStyle |
Definiert in Zeile 11 der Datei OADTextBody.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (id) properties |
| - (int) paragraphCount |
| - (id) paragraphAtIndex: | (int) | fp8 |
| - (id) addParagraph |
| - (id) textListStyle |
| - (id) overrideTextListStyle |
| - (void) setParentTextListStyle: | (id) | fp8 |
| - (void) removeTrailingNewlines |
| - (BOOL) isEmpty |
| - (void) flattenProperties |
- (OADTextBodyProperties*) mProperties [protected] |
Definiert in Zeile 13 der Datei OADTextBody.h.
- (NSMutableArray*) mParagraphs [protected] |
Definiert in Zeile 14 der Datei OADTextBody.h.
- (OADTextListStyle*) mTextListStyle [protected] |
Definiert in Zeile 15 der Datei OADTextBody.h.