/headers/OfficeImport/PDSlideMaster.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <OfficeImport/PDSlideBase.h>
00008 
00009 @class NSMutableArray, OADColorMap, OADTextListStyle, OADTheme;
00010 
00011 @interface PDSlideMaster : PDSlideBase
00012 {
00013     NSMutableArray *mSlideLayouts;
00014     OADTheme *mTheme;
00015     OADColorMap *mColorMap;
00016     OADTextListStyle *mTitleTextStyle;
00017     OADTextListStyle *mBodyTextStyle;
00018     OADTextListStyle *mOtherTextStyle;
00019 }
00020 
00021 - (id)init;
00022 - (void)dealloc;
00023 - (id)theme;
00024 - (void)setTheme:(id)fp8;
00025 - (id)colorScheme;
00026 - (id)colorMap;
00027 - (id)styleMatrix;
00028 - (unsigned int)slideLayoutCount;
00029 - (id)slideLayoutAtIndex:(unsigned int)fp8;
00030 - (void)addSlideLayout:(id)fp8;
00031 - (id)addSlideLayout;
00032 - (id)defaultTheme;
00033 - (id)titleTextStyle;
00034 - (id)bodyTextStyle;
00035 - (id)otherTextStyle;
00036 - (id)placeholderWithType:(int)fp8 placeholderTypeIndex:(int)fp12;
00037 - (id)parentTextBodyPropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00038 - (id)parentTextStyleForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12 defaultTextListStyle:(id)fp16;
00039 - (id)parentTextStyleForTables;
00040 - (id)parentShapePropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00041 - (id)masterGraphicForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00042 - (id)parentSlideBase;
00043 
00044 @end
00045