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 OADFill, OADStroke; 00010 00011 @interface OADUnderline : NSObject 00012 { 00013 OADStroke *mStroke; 00014 OADFill *mFill; 00015 int mType; 00016 BOOL mIsUsingTextFill; 00017 BOOL mIsUsingTextStroke; 00018 } 00019 00020 - (id)initWithStroke:(id)fp8 fill:(id)fp12 type:(int)fp16; 00021 - (void)dealloc; 00022 - (id)stroke; 00023 - (void)setStroke:(id)fp8; 00024 - (id)fill; 00025 - (void)setFill:(id)fp8; 00026 - (int)type; 00027 - (void)setType:(int)fp8; 00028 - (BOOL)isUsingTextFill; 00029 - (void)setIsUsingTextFill:(BOOL)fp8; 00030 - (BOOL)isUsingTextStroke; 00031 - (void)setIsUsingTextStroke:(BOOL)fp8; 00032 00033 @end 00034