#import <PDPresentation.h>
Abgeleitet von NSObject.
Definiert in Zeile 11 der Datei PDPresentation.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (id) drawingGroup |
| - (unsigned int) slideMasterCount |
| - (id) slideMasterAtIndex: | (unsigned int) | fp8 |
| - (void) addSlideMaster: | (id) | fp8 |
| - (unsigned int) notesMasterCount |
| - (id) notesMasterAtIndex: | (unsigned int) | fp8 |
| - (void) addNotesMaster: | (id) | fp8 |
| - (unsigned int) slideCount |
| - (id) slideAtIndex: | (unsigned int) | fp8 |
| - (void) addSlide: | (id) | fp8 |
| - (unsigned int) indexOfSlide: | (id) | fp8 |
| - (struct _NSSize) slideSize |
| - (void) setSlideSize: | (struct _NSSize) | fp8 |
| - (struct _NSSize) notesSize |
| - (void) setNotesSize: | (struct _NSSize) | fp8 |
| - (BOOL) isAutoPlay |
| - (void) setIsAutoPlay: | (BOOL) | fp8 |
| - (BOOL) isCommentsVisible |
| - (void) setIsCommentsVisible: | (BOOL) | fp8 |
| - (BOOL) isLooping |
| - (void) setIsLooping: | (BOOL) | fp8 |
| - (BOOL) isKiosk |
| - (void) setIsKiosk: | (BOOL) | fp8 |
| - (id) summary |
| - (id) commentAuthorForId: | (unsigned int) | fp8 |
| - (void) setCommentAuthor: | (id) | fp8 | ||
| forId: | (unsigned int) | fp12 | ||
| - (id) defaultTextStyle |
- (OADDrawingGroup*) mDrawingGroup [protected] |
Definiert in Zeile 13 der Datei PDPresentation.h.
- (NSMutableArray*) mSlideMasters [protected] |
Definiert in Zeile 14 der Datei PDPresentation.h.
- (NSMutableArray*) mNotesMasters [protected] |
Definiert in Zeile 15 der Datei PDPresentation.h.
- (NSMutableArray*) mSlides [protected] |
Definiert in Zeile 16 der Datei PDPresentation.h.
- (struct _NSSize) mSlideSize [read, protected] |
Definiert in Zeile 17 der Datei PDPresentation.h.
- (struct _NSSize) mNotesSize [read, protected] |
Definiert in Zeile 18 der Datei PDPresentation.h.
- (BOOL) mIsAutoPlay [protected] |
Definiert in Zeile 19 der Datei PDPresentation.h.
- (BOOL) mIsCommentsVisible [protected] |
Definiert in Zeile 20 der Datei PDPresentation.h.
- (BOOL) mIsLooping [protected] |
Definiert in Zeile 21 der Datei PDPresentation.h.
- (BOOL) mIsKiosk [protected] |
Definiert in Zeile 22 der Datei PDPresentation.h.
- (OCDSummary*) mSummary [protected] |
Definiert in Zeile 23 der Datei PDPresentation.h.
- (NSMutableDictionary*) mCommentAuthors [protected] |
Definiert in Zeile 24 der Datei PDPresentation.h.
- (OADTextListStyle*) mDefaultTextStyle [protected] |
Definiert in Zeile 25 der Datei PDPresentation.h.