00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/PDSlideBase.h>
00008
00009 @class OADColorMap, OADTextListStyle, OADTheme;
00010
00011 @interface PDNotesMaster : PDSlideBase
00012 {
00013 OADTheme *mTheme;
00014 OADColorMap *mColorMap;
00015 OADTextListStyle *mNotesTextStyle;
00016 }
00017
00018 - (id)init;
00019 - (void)dealloc;
00020 - (id)parentSlideBase;
00021 - (id)theme;
00022 - (id)colorScheme;
00023 - (id)colorMap;
00024 - (id)styleMatrix;
00025 - (id)notesTextStyle;
00026 - (id)parentTextBodyPropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00027 - (id)parentTextStyleForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12 defaultTextListStyle:(id)fp16;
00028 - (id)parentShapePropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00029 - (id)masterGraphicForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00030
00031 @end
00032