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/OADProperties.h> 00008 00009 @class NSArray, NSString, OADColor, OADFill, OADHyperlink, OADStroke, OADUnderline; 00010 00011 @interface OADCharacterProperties : OADProperties 00012 { 00013 OADStroke *mStroke; 00014 OADFill *mFill; 00015 OADColor *mHighlight; 00016 NSArray *mEffects; 00017 BOOL mHasOpacity; 00018 double mOpacity; 00019 OADUnderline *mUnderline; 00020 BOOL mHasIsBold; 00021 BOOL mIsBold; 00022 BOOL mHasIsItalic; 00023 BOOL mIsItalic; 00024 BOOL mHasFormatType; 00025 int mFormatType; 00026 BOOL mHasFormatKerningType; 00027 int mFormatKerningType; 00028 BOOL mHasStrikeThroughType; 00029 int mStrikeThroughType; 00030 BOOL mHasSize; 00031 double mSize; 00032 BOOL mHasSpacing; 00033 double mSpacing; 00034 BOOL mHasKerning; 00035 double mKerning; 00036 BOOL mHasIsVerticalText; 00037 BOOL mIsVerticalText; 00038 BOOL mHasBaseline; 00039 int mBaseline; 00040 BOOL mHasIsHorizontalNormalized; 00041 BOOL mIsHorizontalNormalized; 00042 BOOL mHasCaps; 00043 int mCaps; 00044 NSString *mLatinFont; 00045 NSString *mSecondaryAsciiFont; 00046 NSString *mEastAsianFont; 00047 NSString *mBidiFont; 00048 NSString *mHAnsiFont; 00049 NSString *mSymbolFont; 00050 OADHyperlink *mClickHyperlink; 00051 OADHyperlink *mHoverHyperlink; 00052 } 00053 00054 - (id)initWithDefaults; 00055 - (void)dealloc; 00056 - (BOOL)hasStroke; 00057 - (id)stroke; 00058 - (void)setStroke:(id)fp8; 00059 - (BOOL)hasFill; 00060 - (id)fill; 00061 - (void)setFill:(id)fp8; 00062 - (BOOL)hasOpacity; 00063 - (double)opacity; 00064 - (void)setOpacity:(double)fp8; 00065 - (BOOL)hasUnderline; 00066 - (id)underline; 00067 - (void)setUnderline:(id)fp8; 00068 - (BOOL)hasHighlight; 00069 - (id)highlight; 00070 - (void)setHighlight:(id)fp8; 00071 - (BOOL)hasIsBold; 00072 - (BOOL)isBold; 00073 - (void)setIsBold:(BOOL)fp8; 00074 - (BOOL)hasIsItalic; 00075 - (BOOL)isItalic; 00076 - (void)setIsItalic:(BOOL)fp8; 00077 - (BOOL)hasEffects; 00078 - (id)effects; 00079 - (void)setEffects:(id)fp8; 00080 - (BOOL)hasFormatType; 00081 - (int)formatType; 00082 - (void)setFormatType:(int)fp8; 00083 - (BOOL)hasFormatKerningType; 00084 - (int)formatKerningType; 00085 - (void)setFormatKerningType:(int)fp8; 00086 - (BOOL)hasStrikeThroughType; 00087 - (int)strikeThroughType; 00088 - (void)setStrikeThroughType:(int)fp8; 00089 - (BOOL)hasSize; 00090 - (double)size; 00091 - (void)setSize:(double)fp8; 00092 - (BOOL)hasSpacing; 00093 - (double)spacing; 00094 - (void)setSpacing:(double)fp8; 00095 - (BOOL)hasIsVerticalText; 00096 - (BOOL)isVerticalText; 00097 - (void)setIsVerticalText:(BOOL)fp8; 00098 - (BOOL)hasBaseline; 00099 - (int)baseline; 00100 - (void)setBaseline:(int)fp8; 00101 - (BOOL)hasIsHorizontalNormalized; 00102 - (BOOL)isHorizontalNormalized; 00103 - (void)setIsHorizontalNormalized:(BOOL)fp8; 00104 - (BOOL)hasCaps; 00105 - (int)caps; 00106 - (void)setCaps:(int)fp8; 00107 - (BOOL)hasLatinFont; 00108 - (id)latinFont; 00109 - (void)setLatinFont:(id)fp8; 00110 - (BOOL)hasSecondaryAsciiFont; 00111 - (id)secondaryAsciiFont; 00112 - (void)setSecondaryAsciiFont:(id)fp8; 00113 - (BOOL)hasEastAsianFont; 00114 - (id)eastAsianFont; 00115 - (void)setEastAsianFont:(id)fp8; 00116 - (BOOL)hasBidiFont; 00117 - (id)bidiFont; 00118 - (void)setBidiFont:(id)fp8; 00119 - (BOOL)hasHAnsiFont; 00120 - (id)hansiFont; 00121 - (void)setHAnsiFont:(id)fp8; 00122 - (BOOL)hasSymbolFont; 00123 - (id)symbolFont; 00124 - (void)setSymbolFont:(id)fp8; 00125 - (id)clickHyperlink; 00126 - (void)setClickHyperlink:(id)fp8; 00127 - (id)hoverHyperlink; 00128 - (void)setHoverHyperlink:(id)fp8; 00129 00130 @end 00131