/headers/OfficeImport/PDSlide.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/PDSlideChild.h>
00008 
00009 @class NSMutableArray, PDNotesSlide, PDSlideLayout;
00010 
00011 @interface PDSlide : PDSlideChild
00012 {
00013     PDSlideLayout *mSlideLayout;
00014     NSMutableArray *mComments;
00015     PDNotesSlide *mNotesSlide;
00016 }
00017 
00018 - (void)dealloc;
00019 - (id)slideLayout;
00020 - (void)setSlideLayout:(id)fp8;
00021 - (id)defaultTheme;
00022 - (id)notesSlide;
00023 - (void)setNotesSlide:(id)fp8;
00024 - (id)parentTextBodyPropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00025 - (id)parentTextStyleForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12 defaultTextListStyle:(id)fp16;
00026 - (id)parentTextStyleForTables;
00027 - (id)parentShapePropertiesForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00028 - (id)masterGraphicForPlaceholderType:(int)fp8 placeholderTypeIndex:(int)fp12;
00029 - (id)parentSlideBase;
00030 - (unsigned int)commentCount;
00031 - (id)commentAtIndex:(unsigned int)fp8;
00032 - (void)addComment:(id)fp8;
00033 
00034 @end
00035