/headers/OfficeImport/WMParagraphStyleMapper.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/CMMapper.h>
00008 
00009 @class WDParagraph, WDParagraphProperties, WMParagraphStyle;
00010 
00011 @interface WMParagraphStyleMapper : CMMapper
00012 {
00013     WDParagraphProperties *wdParaProperties;
00014     WDParagraph *wdParagraph;
00015     WMParagraphStyle *mStyle;
00016 }
00017 
00018 - (id)initWithWDParagraph:(id)fp8 parent:(id)fp12;
00019 - (void)dealloc;
00020 - (BOOL)isListItem;
00021 - (void)destyleEmptyParagraph;
00022 - (void)mapListStyleAt:(id)fp8 state:(id)fp12;
00023 - (void)mapAt:(id)fp8 withState:(id)fp12;
00024 
00025 @end
00026