/headers/OfficeImport/ODDPointPropertySet.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 "NSObject.h"
00008 
00009 @class NSString;
00010 
00011 @interface ODDPointPropertySet : NSObject
00012 {
00013     NSString *mLayoutTypeId;
00014     NSString *mPresentationName;
00015     NSString *mPresentationStyleLabel;
00016     int mPresentationStyleIndex;
00017     int mPresentationStyleCount;
00018     NSObject *mPresentationAssociatedId;
00019     BOOL mCustomVerticalFlip;
00020 }
00021 
00022 - (void)dealloc;
00023 - (id)layoutTypeId;
00024 - (void)setLayoutTypeId:(id)fp8;
00025 - (id)presentationName;
00026 - (void)setPresentationName:(id)fp8;
00027 - (id)presentationStyleLabel;
00028 - (void)setPresentationStyleLabel:(id)fp8;
00029 - (int)presentationStyleIndex;
00030 - (void)setPresentationStyleIndex:(int)fp8;
00031 - (int)presentationStyleCount;
00032 - (void)setPresentationStyleCount:(int)fp8;
00033 - (id)presentationAssociatedId;
00034 - (void)setPresentationAssociatedId:(id)fp8;
00035 - (BOOL)customVerticalFlip;
00036 - (void)setCustomVerticalFlip:(BOOL)fp8;
00037 
00038 @end
00039