00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/PDSlideChild.h>
00008
00009 @class PDSlideMaster;
00010
00011 @interface PDSlideLayout : PDSlideChild
00012 {
00013 int mSlideLayoutType;
00014 PDSlideMaster *mSlideMaster;
00015 BOOL mShowMasterPlaceholderAnimations;
00016 }
00017
00018 - (id)initWithSlideMaster:(id)fp8;
00019 - (void)dealloc;
00020 - (int)slideLayoutType;
00021 - (void)setSlideLayoutType:(int)fp8;
00022 - (id)slideMaster;
00023 - (void)setSlideMaster:(id)fp8;
00024 - (id)defaultTheme;
00025 - (BOOL)showMasterPlaceholderAnimations;
00026 - (void)setShowMasterPlaceholderAnimations:(BOOL)fp8;
00027 - (id)parentTextBodyPropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00028 - (id)parentTextStyleForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12 defaultTextListStyle:(id)fp16;
00029 - (id)parentTextStyleForTables;
00030 - (id)parentShapePropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00031 - (id)masterGraphicForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00032 - (id)parentSlideBase;
00033
00034 @end
00035