#import <PptTextBlock.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (void) | - readTextBlock: |
| (int) | - textType |
| (unsigned long) | - textIndex |
| (id) | - text |
| (id) | - metaCharacterFields |
| (id) | - hyperlinks |
| (struct PptTextRulerAtom *) | - textRuler |
| (int) | - paragraphRunCount |
| (struct PptParaRun *) | - paragraphRunAtIndex: |
| (int) | - characterRunCount |
| (struct PptCharRun *) | - characterRunAtIndex: |
Geschützte Attribute | |
| struct PptTextHeaderAtom * | mTextHeader |
| NSMutableString * | mText |
| struct PptStyleTextPropertyAtom * | mStyleText |
| NSMutableArray * | mMetaCharacterFields |
| NSMutableArray * | mBookmarks |
| NSMutableArray * | mHyperlinks |
| struct PptTextRulerAtom * | mTextRuler |
Definiert in Zeile 11 der Datei PptTextBlock.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (void) readTextBlock: | (id) | fp8 |
| - (int) textType |
| - (unsigned long) textIndex |
| - (id) text |
| - (id) metaCharacterFields |
| - (id) hyperlinks |
| - (struct PptTextRulerAtom *) textRuler |
| - (int) paragraphRunCount |
| - (struct PptParaRun *) paragraphRunAtIndex: | (int) | fp8 |
| - (int) characterRunCount |
| - (struct PptCharRun *) characterRunAtIndex: | (int) | fp8 |
- (struct PptTextHeaderAtom*) mTextHeader [read, protected] |
Definiert in Zeile 13 der Datei PptTextBlock.h.
- (NSMutableString*) mText [protected] |
Definiert in Zeile 14 der Datei PptTextBlock.h.
- (struct PptStyleTextPropertyAtom*) mStyleText [read, protected] |
Definiert in Zeile 15 der Datei PptTextBlock.h.
- (NSMutableArray*) mMetaCharacterFields [protected] |
Definiert in Zeile 16 der Datei PptTextBlock.h.
- (NSMutableArray*) mBookmarks [protected] |
Definiert in Zeile 17 der Datei PptTextBlock.h.
- (NSMutableArray*) mHyperlinks [protected] |
Definiert in Zeile 18 der Datei PptTextBlock.h.
- (struct PptTextRulerAtom*) mTextRuler [read, protected] |
Definiert in Zeile 19 der Datei PptTextBlock.h.