Winform 嵌入Word Excel Powerpoint

用微软的免费dsoframer.ocx实现winform嵌入Word Excel Powerpoint。

使用时本机调试运行需注册该ocx,部署时客户端可以不用注册。

因为该ocx是32位版,因此注册时需要注意两个问题:

1、我的操作系统是win8.1 x64 ,win7同理,只要是x64的操作系统不能拷贝到c:\windows\system32文件夹下,应该在C:\Windows\SysWOW64,然后以管理员身份运行cmd,regvr32 注册ocx。实际上我把ocx放在c盘根目录下也注册成功了。如果放在system32文件夹下总提示找不到该文件之类的错误。

2、VS中project生成目标平台必须是x86,否则总提示没有注册的ocx。

反射获取全部属性和方法如下:

axFramerControl属性

1、属性名称:AccessibilityObject  类型:System.Windows.Forms.Control
2、属性名称:AccessibleDefaultActionDescription  类型:System.Windows.Forms.Control
3、属性名称:AccessibleDescription  类型:System.Windows.Forms.Control
4、属性名称:AccessibleName  类型:System.Windows.Forms.Control
5、属性名称:AccessibleRole  类型:System.Windows.Forms.Control
6、属性名称:ActiveDocument  类型:AxDSOFramer.AxFramerControl
7、属性名称:AllowDrop  类型:System.Windows.Forms.Control
8、属性名称:Anchor  类型:System.Windows.Forms.Control
9、属性名称:AutoScrollOffset  类型:System.Windows.Forms.Control
10、属性名称:AutoSize  类型:System.Windows.Forms.Control
11、属性名称:BackColor  类型:AxDSOFramer.AxFramerControl
12、属性名称:BackgroundImage  类型:System.Windows.Forms.AxHost
13、属性名称:BackgroundImageLayout  类型:System.Windows.Forms.AxHost
14、属性名称:BindingContext  类型:System.Windows.Forms.Control
15、属性名称:BorderColor  类型:AxDSOFramer.AxFramerControl
16、属性名称:BorderStyle  类型:AxDSOFramer.AxFramerControl
17、属性名称:Bottom  类型:System.Windows.Forms.Control
18、属性名称:Bounds  类型:System.Windows.Forms.Control
19、属性名称:CanFocus  类型:System.Windows.Forms.Control
20、属性名称:CanSelect  类型:System.Windows.Forms.Control
21、属性名称:Caption  类型:AxDSOFramer.AxFramerControl
22、属性名称:Capture  类型:System.Windows.Forms.Control
23、属性名称:CausesValidation  类型:System.Windows.Forms.Control
24、属性名称:ClientRectangle  类型:System.Windows.Forms.Control
25、属性名称:ClientSize  类型:System.Windows.Forms.Control
26、属性名称:CompanyName  类型:System.Windows.Forms.Control
27、属性名称:Container  类型:System.ComponentModel.Component
28、属性名称:ContainingControl  类型:System.Windows.Forms.AxHost
29、属性名称:ContainsFocus  类型:System.Windows.Forms.Control
30、属性名称:ContextMenu  类型:System.Windows.Forms.AxHost
31、属性名称:ContextMenuStrip  类型:System.Windows.Forms.Control
32、属性名称:Controls  类型:System.Windows.Forms.Control
33、属性名称:Created  类型:System.Windows.Forms.Control
34、属性名称:Cursor  类型:System.Windows.Forms.AxHost
35、属性名称:DataBindings  类型:System.Windows.Forms.Control
36、属性名称:DisplayRectangle  类型:System.Windows.Forms.Control
37、属性名称:Disposing  类型:System.Windows.Forms.Control
38、属性名称:Dock  类型:System.Windows.Forms.Control
39、属性名称:DocumentFullName  类型:AxDSOFramer.AxFramerControl
40、属性名称:EditMode  类型:System.Windows.Forms.AxHost
41、属性名称:Enabled  类型:System.Windows.Forms.AxHost
42、属性名称:Focused  类型:System.Windows.Forms.Control
43、属性名称:Font  类型:System.Windows.Forms.AxHost
44、属性名称:ForeColor  类型:AxDSOFramer.AxFramerControl
45、属性名称:GetApplication  类型:AxDSOFramer.AxFramerControl
46、属性名称:Handle  类型:System.Windows.Forms.Control
47、属性名称:HasAboutBox  类型:System.Windows.Forms.AxHost
axFramerControl方法

1、方法名称:_PrintOutOld  返回值类型:System.Void
     形参列表:
2、方法名称:_PrintOutOld  返回值类型:System.Void
     形参列表:
     参数名称:promptToSelectPrinter  类型:System.Object
3、方法名称:Activate  返回值类型:System.Void
     形参列表:
4、方法名称:add_AutoSizeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
5、方法名称:add_BackColorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
6、方法名称:add_BackColorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
7、方法名称:add_BackgroundImageChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
8、方法名称:add_BackgroundImageChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
9、方法名称:add_BackgroundImageLayoutChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
10、方法名称:add_BackgroundImageLayoutChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
11、方法名称:add_BeforeDocumentClosed  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_BeforeDocumentClosedEventHandler
12、方法名称:add_BeforeDocumentSaved  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_BeforeDocumentSavedEventHandler
13、方法名称:add_BindingContextChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
14、方法名称:add_BindingContextChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
15、方法名称:add_CausesValidationChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
16、方法名称:add_ChangeUICues  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.UICuesEventHandler
17、方法名称:add_ChangeUICues  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.UICuesEventHandler
18、方法名称:add_Click  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
19、方法名称:add_Click  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
20、方法名称:add_ClientSizeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
21、方法名称:add_ContextMenuChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
22、方法名称:add_ContextMenuChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
23、方法名称:add_ContextMenuStripChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
24、方法名称:add_ControlAdded  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ControlEventHandler
25、方法名称:add_ControlRemoved  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ControlEventHandler
26、方法名称:add_CursorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
27、方法名称:add_CursorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
28、方法名称:add_Disposed  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
29、方法名称:add_DockChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
30、方法名称:add_DoubleClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
31、方法名称:add_DoubleClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
32、方法名称:add_DragDrop  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
33、方法名称:add_DragDrop  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
34、方法名称:add_DragEnter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
35、方法名称:add_DragEnter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
36、方法名称:add_DragLeave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
37、方法名称:add_DragLeave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
38、方法名称:add_DragOver  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
39、方法名称:add_DragOver  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
40、方法名称:add_EnabledChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
41、方法名称:add_EnabledChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
42、方法名称:add_Enter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
43、方法名称:add_FontChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
44、方法名称:add_FontChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
45、方法名称:add_ForeColorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
46、方法名称:add_ForeColorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
47、方法名称:add_GiveFeedback  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.GiveFeedbackEventHandler
48、方法名称:add_GiveFeedback  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.GiveFeedbackEventHandler
49、方法名称:add_GotFocus  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
50、方法名称:add_HandleCreated  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
51、方法名称:add_HandleDestroyed  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
52、方法名称:add_HelpRequested  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.HelpEventHandler
53、方法名称:add_HelpRequested  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.HelpEventHandler
54、方法名称:add_ImeModeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
55、方法名称:add_ImeModeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
56、方法名称:add_Invalidated  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.InvalidateEventHandler
57、方法名称:add_KeyDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyEventHandler
58、方法名称:add_KeyDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyEventHandler
59、方法名称:add_KeyPress  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyPressEventHandler
60、方法名称:add_KeyPress  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyPressEventHandler
61、方法名称:add_KeyUp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyEventHandler
62、方法名称:add_KeyUp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyEventHandler
63、方法名称:add_Layout  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.LayoutEventHandler
64、方法名称:add_Layout  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.LayoutEventHandler
65、方法名称:add_Leave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
66、方法名称:add_LocationChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
67、方法名称:add_LostFocus  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
68、方法名称:add_MarginChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
69、方法名称:add_MouseCaptureChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
70、方法名称:add_MouseClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
71、方法名称:add_MouseClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
72、方法名称:add_MouseDoubleClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
73、方法名称:add_MouseDoubleClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
74、方法名称:add_MouseDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
75、方法名称:add_MouseDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
76、方法名称:add_MouseEnter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
77、方法名称:add_MouseEnter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
78、方法名称:add_MouseHover  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
79、方法名称:add_MouseHover  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
80、方法名称:add_MouseLeave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
81、方法名称:add_MouseLeave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
82、方法名称:add_MouseMove  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
83、方法名称:add_MouseMove  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
84、方法名称:add_MouseUp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
85、方法名称:add_MouseUp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
86、方法名称:add_MouseWheel  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
87、方法名称:add_MouseWheel  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
88、方法名称:add_Move  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
89、方法名称:add_NotifyCtrlReady  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
90、方法名称:add_OnActivationChange  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_OnActivationChangeEventHandler
91、方法名称:add_OnDocumentClosed  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
92、方法名称:add_OnDocumentOpened  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_OnDocumentOpenedEventHandler
93、方法名称:add_OnFileCommand  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_OnFileCommandEventHandler
94、方法名称:add_OnPrintPreviewExit  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
95、方法名称:add_PaddingChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
96、方法名称:add_Paint  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.PaintEventHandler
97、方法名称:add_Paint  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.PaintEventHandler
98、方法名称:add_ParentChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
99、方法名称:add_PreviewKeyDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.PreviewKeyDownEventHandler
100、方法名称:add_QueryAccessibilityHelp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.QueryAccessibilityHelpEventHandler
101、方法名称:add_QueryAccessibilityHelp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.QueryAccessibilityHelpEventHandler
102、方法名称:add_QueryContinueDrag  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.QueryContinueDragEventHandler
103、方法名称:add_QueryContinueDrag  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.QueryContinueDragEventHandler
104、方法名称:add_RegionChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
105、方法名称:add_Resize  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
106、方法名称:add_RightToLeftChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
107、方法名称:add_RightToLeftChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
108、方法名称:add_SizeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
109、方法名称:add_StyleChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
110、方法名称:add_StyleChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
111、方法名称:add_SystemColorsChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
112、方法名称:add_TabIndexChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
113、方法名称:add_TabStopChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
114、方法名称:add_TextChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
115、方法名称:add_TextChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
116、方法名称:add_Validated  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
117、方法名称:add_Validating  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.ComponentModel.CancelEventHandler
118、方法名称:add_VisibleChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
119、方法名称:BeginInit  返回值类型:System.Void
     形参列表:
120、方法名称:BeginInvoke  返回值类型:System.IAsyncResult
     形参列表:
     参数名称:method  类型:System.Delegate
121、方法名称:BeginInvoke  返回值类型:System.IAsyncResult
     形参列表:
     参数名称:method  类型:System.Delegate
     参数名称:args  类型:System.Object[]
122、方法名称:BringToFront  返回值类型:System.Void
     形参列表:
123、方法名称:Close  返回值类型:System.Void
     形参列表:
124、方法名称:Contains  返回值类型:System.Boolean
     形参列表:
     参数名称:ctl  类型:System.Windows.Forms.Control
125、方法名称:CreateControl  返回值类型:System.Void
     形参列表:
126、方法名称:CreateGraphics  返回值类型:System.Drawing.Graphics
     形参列表:
127、方法名称:CreateNew  返回值类型:System.Void
     形参列表:
     参数名称:progIdOrTemplate  类型:System.String
128、方法名称:CreateObjRef  返回值类型:System.Runtime.Remoting.ObjRef
     形参列表:
     参数名称:requestedType  类型:System.Type
129、方法名称:DeleteLocalFile  返回值类型:System.Void
     形参列表:
     参数名称:strFilePath  类型:System.String
130、方法名称:Dispose  返回值类型:System.Void
     形参列表:
131、方法名称:DoDragDrop  返回值类型:System.Windows.Forms.DragDropEffects
     形参列表:
     参数名称:data  类型:System.Object
     参数名称:allowedEffects  类型:System.Windows.Forms.DragDropEffects
132、方法名称:DoVerb  返回值类型:System.Void
     形参列表:
     参数名称:verb  类型:System.Int32
133、方法名称:DownloadFile  返回值类型:System.String
     形参列表:
     参数名称:strRemoteFile  类型:System.String
     参数名称:strLocalFile  类型:System.String
134、方法名称:DrawToBitmap  返回值类型:System.Void
     形参列表:
     参数名称:bitmap  类型:System.Drawing.Bitmap
     参数名称:targetBounds  类型:System.Drawing.Rectangle
135、方法名称:DrawToBitmap  返回值类型:System.Void
     形参列表:
     参数名称:bitmap  类型:System.Drawing.Bitmap
     参数名称:targetBounds  类型:System.Drawing.Rectangle
136、方法名称:EndInit  返回值类型:System.Void
     形参列表:
137、方法名称:EndInvoke  返回值类型:System.Object
     形参列表:
     参数名称:asyncResult  类型:System.IAsyncResult
138、方法名称:Equals  返回值类型:System.Boolean
     形参列表:
     参数名称:obj  类型:System.Object
139、方法名称:ExecOleCommand  返回值类型:System.Void
     形参列表:
     参数名称:oLECMDID  类型:System.Int32
140、方法名称:ExecOleCommand  返回值类型:System.Void
     形参列表:
     参数名称:oLECMDID  类型:System.Int32
     参数名称:options  类型:System.Object
     参数名称:vInParam  类型:System.Object&
     参数名称:vInOutParam  类型:System.Object&
141、方法名称:FindForm  返回值类型:System.Windows.Forms.Form
     形参列表:
142、方法名称:Focus  返回值类型:System.Boolean
     形参列表:
143、方法名称:FtpConnect  返回值类型:System.Int32
     形参列表:
     参数名称:strURL  类型:System.String
     参数名称:lPort  类型:System.Int32
     参数名称:strUser  类型:System.String
     参数名称:strPwd  类型:System.String
144、方法名称:FtpDisConnect  返回值类型:System.Int32
     形参列表:
145、方法名称:FtpGetFile  返回值类型:System.Int32
     形参列表:
     参数名称:strRemoteFile  类型:System.String
     参数名称:strLocalFile  类型:System.String
146、方法名称:FtpPutFile  返回值类型:System.Int32
     形参列表:
     参数名称:strLocalFile  类型:System.String
     参数名称:strRemoteFile  类型:System.String
     参数名称:blOverWrite  类型:System.Int32
147、方法名称:get_AccessibilityObject  返回值类型:System.Windows.Forms.AccessibleObject
     形参列表:
148、方法名称:get_AccessibleDefaultActionDescription  返回值类型:System.String
     形参列表:
149、方法名称:get_AccessibleDescription  返回值类型:System.String
     形参列表:
150、方法名称:get_AccessibleName  返回值类型:System.String
     形参列表:
151、方法名称:get_AccessibleRole  返回值类型:System.Windows.Forms.AccessibleRole
     形参列表:
152、方法名称:get_ActiveDocument  返回值类型:System.Object
     形参列表:
153、方法名称:get_AllowDrop  返回值类型:System.Boolean
     形参列表:
154、方法名称:get_Anchor  返回值类型:System.Windows.Forms.AnchorStyles
     形参列表:
155、方法名称:get_AutoScrollOffset  返回值类型:System.Drawing.Point
     形参列表:
156、方法名称:get_AutoSize  返回值类型:System.Boolean
     形参列表:
157、方法名称:get_BackColor  返回值类型:System.Drawing.Color
     形参列表:
158、方法名称:get_BackgroundImage  返回值类型:System.Drawing.Image
     形参列表:
159、方法名称:get_BackgroundImageLayout  返回值类型:System.Windows.Forms.ImageLayout
     形参列表:
160、方法名称:get_BindingContext  返回值类型:System.Windows.Forms.BindingContext
     形参列表:
161、方法名称:get_BorderColor  返回值类型:System.Drawing.Color
     形参列表:
162、方法名称:get_BorderStyle  返回值类型:DSOFramer.dsoBorderStyle
     形参列表:
163、方法名称:get_Bottom  返回值类型:System.Int32
     形参列表:
164、方法名称:get_Bounds  返回值类型:System.Drawing.Rectangle
     形参列表:
165、方法名称:get_CanFocus  返回值类型:System.Boolean
     形参列表:
166、方法名称:get_CanSelect  返回值类型:System.Boolean
     形参列表:
167、方法名称:get_Caption  返回值类型:System.String
     形参列表:
168、方法名称:get_Capture  返回值类型:System.Boolean
     形参列表:
169、方法名称:get_CausesValidation  返回值类型:System.Boolean
     形参列表:
170、方法名称:get_ClientRectangle  返回值类型:System.Drawing.Rectangle
     形参列表:
171、方法名称:get_ClientSize  返回值类型:System.Drawing.Size
     形参列表:
172、方法名称:get_CompanyName  返回值类型:System.String
     形参列表:
173、方法名称:get_Container  返回值类型:System.ComponentModel.IContainer
     形参列表:
174、方法名称:get_ContainingControl  返回值类型:System.Windows.Forms.ContainerControl
     形参列表:
175、方法名称:get_ContainsFocus  返回值类型:System.Boolean
     形参列表:
176、方法名称:get_ContextMenu  返回值类型:System.Windows.Forms.ContextMenu
     形参列表:
177、方法名称:get_ContextMenuStrip  返回值类型:System.Windows.Forms.ContextMenuStrip
     形参列表:
178、方法名称:get_Controls  返回值类型:System.Windows.Forms.Control+ControlCollection
     形参列表:
179、方法名称:get_Created  返回值类型:System.Boolean
     形参列表:
180、方法名称:get_Cursor  返回值类型:System.Windows.Forms.Cursor
     形参列表:
181、方法名称:get_DataBindings  返回值类型:System.Windows.Forms.ControlBindingsCollection
     形参列表:
182、方法名称:get_DisplayRectangle  返回值类型:System.Drawing.Rectangle
     形参列表:
183、方法名称:get_Disposing  返回值类型:System.Boolean
     形参列表:
184、方法名称:get_Dock  返回值类型:System.Windows.Forms.DockStyle
     形参列表:
185、方法名称:get_DocumentFullName  返回值类型:System.String
     形参列表:
186、方法名称:get_EditMode  返回值类型:System.Boolean
     形参列表:
187、方法名称:get_Enabled  返回值类型:System.Boolean
     形参列表:
188、方法名称:get_Enabled  返回值类型:System.Boolean
     形参列表:
189、方法名称:get_EnableFileCommand  返回值类型:System.Boolean
     形参列表:
     参数名称:item  类型:DSOFramer.dsoFileCommandType
190、方法名称:get_Focused  返回值类型:System.Boolean
     形参列表:
191、方法名称:get_Font  返回值类型:System.Drawing.Font
     形参列表:
192、方法名称:get_ForeColor  返回值类型:System.Drawing.Color
     形参列表:
193、方法名称:get_GetApplication  返回值类型:System.Object
     形参列表:
194、方法名称:get_Handle  返回值类型:System.IntPtr
     形参列表:
195、方法名称:get_HasAboutBox  返回值类型:System.Boolean
     形参列表:
196、方法名称:get_HasChildren  返回值类型:System.Boolean
     形参列表:
197、方法名称:get_Height  返回值类型:System.Int32
     形参列表:
198、方法名称:get_HostName  返回值类型:System.String
     形参列表:
199、方法名称:get_ImeMode  返回值类型:System.Windows.Forms.ImeMode
     形参列表:
200、方法名称:get_ImeMode  返回值类型:System.Windows.Forms.ImeMode
     形参列表:
201、方法名称:get_InvokeRequired  返回值类型:System.Boolean
     形参列表:
202、方法名称:get_IsAccessible  返回值类型:System.Boolean
     形参列表:
203、方法名称:get_IsDirty  返回值类型:System.Boolean
     形参列表:
204、方法名称:get_IsDisposed  返回值类型:System.Boolean
     形参列表:
205、方法名称:get_IsHandleCreated  返回值类型:System.Boolean
     形参列表:
206、方法名称:get_IsMirrored  返回值类型:System.Boolean
     形参列表:
207、方法名称:get_IsReadOnly  返回值类型:System.Boolean
     形参列表:
208、方法名称:get_LayoutEngine  返回值类型:System.Windows.Forms.Layout.LayoutEngine
     形参列表:
209、方法名称:get_Left  返回值类型:System.Int32
     形参列表:
210、方法名称:get_Location  返回值类型:System.Drawing.Point
     形参列表:
211、方法名称:get_Margin  返回值类型:System.Windows.Forms.Padding
     形参列表:
212、方法名称:get_MaximumSize  返回值类型:System.Drawing.Size
     形参列表:
213、方法名称:get_Menubar  返回值类型:System.Boolean
     形参列表:
214、方法名称:get_MinimumSize  返回值类型:System.Drawing.Size
     形参列表:
215、方法名称:get_ModalState  返回值类型:System.Boolean
     形参列表:
216、方法名称:get_Name  返回值类型:System.String
     形参列表:
217、方法名称:get_OcxState  返回值类型:System.Windows.Forms.AxHost+State
     形参列表:
218、方法名称:get_Padding  返回值类型:System.Windows.Forms.Padding
     形参列表:
219、方法名称:get_Parent  返回值类型:System.Windows.Forms.Control
     形参列表:
220、方法名称:get_PreferredSize  返回值类型:System.Drawing.Size
     形参列表:
221、方法名称:get_ProductName  返回值类型:System.String
     形参列表:
222、方法名称:get_ProductVersion  返回值类型:System.String
     形参列表:
223、方法名称:get_RecreatingHandle  返回值类型:System.Boolean
     形参列表:
224、方法名称:get_Region  返回值类型:System.Drawing.Region
     形参列表:
225、方法名称:get_Right  返回值类型:System.Int32
     形参列表:
226、方法名称:get_RightToLeft  返回值类型:System.Boolean
     形参列表:
227、方法名称:get_RightToLeft  返回值类型:System.Windows.Forms.RightToLeft
     形参列表:
228、方法名称:get_Site  返回值类型:System.ComponentModel.ISite
     形参列表:
229、方法名称:get_Size  返回值类型:System.Drawing.Size
     形参列表:
230、方法名称:get_TabIndex  返回值类型:System.Int32
     形参列表:
231、方法名称:get_TabStop  返回值类型:System.Boolean
     形参列表:
232、方法名称:get_Tag  返回值类型:System.Object
     形参列表:
233、方法名称:get_Text  返回值类型:System.String
     形参列表:
234、方法名称:get_Titlebar  返回值类型:System.Boolean
     形参列表:
235、方法名称:get_TitlebarColor  返回值类型:System.Drawing.Color
     形参列表:
236、方法名称:get_TitlebarTextColor  返回值类型:System.Drawing.Color
     形参列表:
237、方法名称:get_Toolbars  返回值类型:System.Boolean
     形参列表:
238、方法名称:get_Top  返回值类型:System.Int32
     形参列表:
239、方法名称:get_TopLevelControl  返回值类型:System.Windows.Forms.Control
     形参列表:
240、方法名称:get_UseWaitCursor  返回值类型:System.Boolean
     形参列表:
241、方法名称:get_Visible  返回值类型:System.Boolean
     形参列表:
242、方法名称:get_Width  返回值类型:System.Int32
     形参列表:
243、方法名称:get_WindowTarget  返回值类型:System.Windows.Forms.IWindowTarget
     形参列表:
244、方法名称:GetChildAtPoint  返回值类型:System.Windows.Forms.Control
     形参列表:
     参数名称:pt  类型:System.Drawing.Point
     参数名称:skipValue  类型:System.Windows.Forms.GetChildAtPointSkip
245、方法名称:GetChildAtPoint  返回值类型:System.Windows.Forms.Control
     形参列表:
     参数名称:pt  类型:System.Drawing.Point
246、方法名称:GetContainerControl  返回值类型:System.Windows.Forms.IContainerControl
     形参列表:
247、方法名称:GetFieldValue  返回值类型:System.String
     形参列表:
     参数名称:strFieldName  类型:System.String
     参数名称:strCmdOrSheetName  类型:System.String
248、方法名称:GetHashCode  返回值类型:System.Int32
     形参列表:
249、方法名称:GetLifetimeService  返回值类型:System.Object
     形参列表:
250、方法名称:GetNextControl  返回值类型:System.Windows.Forms.Control
     形参列表:
     参数名称:ctl  类型:System.Windows.Forms.Control
     参数名称:forward  类型:System.Boolean
251、方法名称:GetOcx  返回值类型:System.Object
     形参列表:
252、方法名称:GetPreferredSize  返回值类型:System.Drawing.Size
     形参列表:
     参数名称:proposedSize  类型:System.Drawing.Size
253、方法名称:GetRevCount  返回值类型:System.Int32
     形参列表:
254、方法名称:GetRevInfo  返回值类型:System.String
     形参列表:
     参数名称:lIndex  类型:System.Int32
     参数名称:lType  类型:System.Int32
255、方法名称:GetTempFilePath  返回值类型:System.String
     形参列表:
256、方法名称:GetType  返回值类型:System.Type
     形参列表:
257、方法名称:HasPropertyPages  返回值类型:System.Boolean
     形参列表:
258、方法名称:Hide  返回值类型:System.Void
     形参列表:
259、方法名称:HttpAddPostCurrFile  返回值类型:System.Boolean
     形参列表:
     参数名称:strFileID  类型:System.String
     参数名称:strFileName  类型:System.String
260、方法名称:HttpAddPostFile  返回值类型:System.Int32
     形参列表:
     参数名称:strFileID  类型:System.String
     参数名称:strFileName  类型:System.String
261、方法名称:HttpAddPostString  返回值类型:System.Boolean
     形参列表:
     参数名称:strName  类型:System.String
     参数名称:strValue  类型:System.String
262、方法名称:HttpInit  返回值类型:System.Boolean
     形参列表:
263、方法名称:HttpPost  返回值类型:System.String
     形参列表:
     参数名称:bstr  类型:System.String
264、方法名称:InitializeLifetimeService  返回值类型:System.Object
     形参列表:
265、方法名称:InSertFile  返回值类型:System.Boolean
     形参列表:
     参数名称:strFieldPath  类型:System.String
     参数名称:lPos  类型:System.Int32
266、方法名称:Invalidate  返回值类型:System.Void
     形参列表:
     参数名称:region  类型:System.Drawing.Region
267、方法名称:Invalidate  返回值类型:System.Void
     形参列表:
     参数名称:region  类型:System.Drawing.Region
     参数名称:invalidateChildren  类型:System.Boolean
268、方法名称:Invalidate  返回值类型:System.Void
     形参列表:
269、方法名称:Invalidate  返回值类型:System.Void
     形参列表:
     参数名称:invalidateChildren  类型:System.Boolean
270、方法名称:Invalidate  返回值类型:System.Void
     形参列表:
     参数名称:rc  类型:System.Drawing.Rectangle
271、方法名称:Invalidate  返回值类型:System.Void
     形参列表:
     参数名称:rc  类型:System.Drawing.Rectangle
     参数名称:invalidateChildren  类型:System.Boolean
272、方法名称:Invoke  返回值类型:System.Object
     形参列表:
     参数名称:method  类型:System.Delegate
273、方法名称:Invoke  返回值类型:System.Object
     形参列表:
     参数名称:method  类型:System.Delegate
     参数名称:args  类型:System.Object[]
274、方法名称:InvokeEditMode  返回值类型:System.Void
     形参列表:
275、方法名称:LoadOriginalFile  返回值类型:System.Int32
     形参列表:
     参数名称:strFieldPath  类型:System.Object
     参数名称:strFileType  类型:System.Object
276、方法名称:MakeDirty  返回值类型:System.Void
     形参列表:
277、方法名称:Open  返回值类型:System.Void
     形参列表:
     参数名称:document  类型:System.Object
278、方法名称:Open  返回值类型:System.Void
     形参列表:
     参数名称:document  类型:System.Object
     参数名称:readOnly  类型:System.Object
     参数名称:progId  类型:System.Object
     参数名称:webUsername  类型:System.Object
     参数名称:webPassword  类型:System.Object
279、方法名称:PerformLayout  返回值类型:System.Void
     形参列表:
280、方法名称:PerformLayout  返回值类型:System.Void
     形参列表:
     参数名称:affectedControl  类型:System.Windows.Forms.Control
     参数名称:affectedProperty  类型:System.String
281、方法名称:PointToClient  返回值类型:System.Drawing.Point
     形参列表:
     参数名称:p  类型:System.Drawing.Point
282、方法名称:PointToScreen  返回值类型:System.Drawing.Point
     形参列表:
     参数名称:p  类型:System.Drawing.Point
283、方法名称:PreProcessControlMessage  返回值类型:System.Windows.Forms.PreProcessControlState
     形参列表:
     参数名称:msg  类型:System.Windows.Forms.Message&
284、方法名称:PreProcessMessage  返回值类型:System.Boolean
     形参列表:
     参数名称:msg  类型:System.Windows.Forms.Message&
285、方法名称:PrintOut  返回值类型:System.Void
     形参列表:
286、方法名称:PrintOut  返回值类型:System.Void
     形参列表:
     参数名称:promptUser  类型:System.Object
     参数名称:printerName  类型:System.Object
     参数名称:copies  类型:System.Object
     参数名称:fromPage  类型:System.Object
     参数名称:toPage  类型:System.Object
     参数名称:outputFile  类型:System.Object
287、方法名称:PrintPreview  返回值类型:System.Void
     形参列表:
288、方法名称:PrintPreviewExit  返回值类型:System.Void
     形参列表:
289、方法名称:ProtectDoc  返回值类型:System.Boolean
     形参列表:
     参数名称:lProOrUn  类型:System.Int32
     参数名称:lProType  类型:System.Int32
     参数名称:strProPWD  类型:System.String
290、方法名称:RectangleToClient  返回值类型:System.Drawing.Rectangle
     形参列表:
     参数名称:r  类型:System.Drawing.Rectangle
291、方法名称:RectangleToScreen  返回值类型:System.Drawing.Rectangle
     形参列表:
     参数名称:r  类型:System.Drawing.Rectangle
292、方法名称:Refresh  返回值类型:System.Void
     形参列表:
293、方法名称:remove_AutoSizeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
294、方法名称:remove_BackColorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
295、方法名称:remove_BackColorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
296、方法名称:remove_BackgroundImageChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
297、方法名称:remove_BackgroundImageChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
298、方法名称:remove_BackgroundImageLayoutChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
299、方法名称:remove_BackgroundImageLayoutChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
300、方法名称:remove_BeforeDocumentClosed  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_BeforeDocumentClosedEventHandler
301、方法名称:remove_BeforeDocumentSaved  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_BeforeDocumentSavedEventHandler
302、方法名称:remove_BindingContextChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
303、方法名称:remove_BindingContextChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
304、方法名称:remove_CausesValidationChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
305、方法名称:remove_ChangeUICues  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.UICuesEventHandler
306、方法名称:remove_ChangeUICues  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.UICuesEventHandler
307、方法名称:remove_Click  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
308、方法名称:remove_Click  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
309、方法名称:remove_ClientSizeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
310、方法名称:remove_ContextMenuChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
311、方法名称:remove_ContextMenuChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
312、方法名称:remove_ContextMenuStripChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
313、方法名称:remove_ControlAdded  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ControlEventHandler
314、方法名称:remove_ControlRemoved  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ControlEventHandler
315、方法名称:remove_CursorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
316、方法名称:remove_CursorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
317、方法名称:remove_Disposed  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
318、方法名称:remove_DockChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
319、方法名称:remove_DoubleClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
320、方法名称:remove_DoubleClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
321、方法名称:remove_DragDrop  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
322、方法名称:remove_DragDrop  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
323、方法名称:remove_DragEnter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
324、方法名称:remove_DragEnter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
325、方法名称:remove_DragLeave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
326、方法名称:remove_DragLeave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
327、方法名称:remove_DragOver  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
328、方法名称:remove_DragOver  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DragEventHandler
329、方法名称:remove_EnabledChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
330、方法名称:remove_EnabledChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
331、方法名称:remove_Enter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
332、方法名称:remove_FontChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
333、方法名称:remove_FontChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
334、方法名称:remove_ForeColorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
335、方法名称:remove_ForeColorChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
336、方法名称:remove_GiveFeedback  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.GiveFeedbackEventHandler
337、方法名称:remove_GiveFeedback  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.GiveFeedbackEventHandler
338、方法名称:remove_GotFocus  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
339、方法名称:remove_HandleCreated  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
340、方法名称:remove_HandleDestroyed  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
341、方法名称:remove_HelpRequested  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.HelpEventHandler
342、方法名称:remove_HelpRequested  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.HelpEventHandler
343、方法名称:remove_ImeModeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
344、方法名称:remove_ImeModeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
345、方法名称:remove_Invalidated  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.InvalidateEventHandler
346、方法名称:remove_KeyDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyEventHandler
347、方法名称:remove_KeyDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyEventHandler
348、方法名称:remove_KeyPress  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyPressEventHandler
349、方法名称:remove_KeyPress  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyPressEventHandler
350、方法名称:remove_KeyUp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyEventHandler
351、方法名称:remove_KeyUp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.KeyEventHandler
352、方法名称:remove_Layout  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.LayoutEventHandler
353、方法名称:remove_Layout  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.LayoutEventHandler
354、方法名称:remove_Leave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
355、方法名称:remove_LocationChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
356、方法名称:remove_LostFocus  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
357、方法名称:remove_MarginChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
358、方法名称:remove_MouseCaptureChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
359、方法名称:remove_MouseClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
360、方法名称:remove_MouseClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
361、方法名称:remove_MouseDoubleClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
362、方法名称:remove_MouseDoubleClick  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
363、方法名称:remove_MouseDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
364、方法名称:remove_MouseDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
365、方法名称:remove_MouseEnter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
366、方法名称:remove_MouseEnter  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
367、方法名称:remove_MouseHover  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
368、方法名称:remove_MouseHover  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
369、方法名称:remove_MouseLeave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
370、方法名称:remove_MouseLeave  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
371、方法名称:remove_MouseMove  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
372、方法名称:remove_MouseMove  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
373、方法名称:remove_MouseUp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
374、方法名称:remove_MouseUp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
375、方法名称:remove_MouseWheel  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
376、方法名称:remove_MouseWheel  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.MouseEventHandler
377、方法名称:remove_Move  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
378、方法名称:remove_NotifyCtrlReady  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
379、方法名称:remove_OnActivationChange  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_OnActivationChangeEventHandler
380、方法名称:remove_OnDocumentClosed  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
381、方法名称:remove_OnDocumentOpened  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_OnDocumentOpenedEventHandler
382、方法名称:remove_OnFileCommand  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:AxDSOFramer._DFramerCtlEvents_OnFileCommandEventHandler
383、方法名称:remove_OnPrintPreviewExit  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
384、方法名称:remove_PaddingChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
385、方法名称:remove_Paint  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.PaintEventHandler
386、方法名称:remove_Paint  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.PaintEventHandler
387、方法名称:remove_ParentChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
388、方法名称:remove_PreviewKeyDown  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.PreviewKeyDownEventHandler
389、方法名称:remove_QueryAccessibilityHelp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.QueryAccessibilityHelpEventHandler
390、方法名称:remove_QueryAccessibilityHelp  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.QueryAccessibilityHelpEventHandler
391、方法名称:remove_QueryContinueDrag  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.QueryContinueDragEventHandler
392、方法名称:remove_QueryContinueDrag  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.QueryContinueDragEventHandler
393、方法名称:remove_RegionChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
394、方法名称:remove_Resize  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
395、方法名称:remove_RightToLeftChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
396、方法名称:remove_RightToLeftChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
397、方法名称:remove_SizeChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
398、方法名称:remove_StyleChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
399、方法名称:remove_StyleChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
400、方法名称:remove_SystemColorsChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
401、方法名称:remove_TabIndexChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
402、方法名称:remove_TabStopChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
403、方法名称:remove_TextChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
404、方法名称:remove_TextChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
405、方法名称:remove_Validated  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
406、方法名称:remove_Validating  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.ComponentModel.CancelEventHandler
407、方法名称:remove_VisibleChanged  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.EventHandler
408、方法名称:ReplaceText  返回值类型:System.Int32
     形参列表:
     参数名称:strSearchText  类型:System.String
     参数名称:strReplaceText  类型:System.String
     参数名称:lGradation  类型:System.Int32
409、方法名称:ResetBackColor  返回值类型:System.Void
     形参列表:
410、方法名称:ResetBindings  返回值类型:System.Void
     形参列表:
411、方法名称:ResetCursor  返回值类型:System.Void
     形参列表:
412、方法名称:ResetFont  返回值类型:System.Void
     形参列表:
413、方法名称:ResetForeColor  返回值类型:System.Void
     形参列表:
414、方法名称:ResetImeMode  返回值类型:System.Void
     形参列表:
415、方法名称:ResetRightToLeft  返回值类型:System.Void
     形参列表:
416、方法名称:ResetText  返回值类型:System.Void
     形参列表:
417、方法名称:ResumeLayout  返回值类型:System.Void
     形参列表:
418、方法名称:ResumeLayout  返回值类型:System.Void
     形参列表:
     参数名称:performLayout  类型:System.Boolean
419、方法名称:Save  返回值类型:System.Void
     形参列表:
420、方法名称:Save  返回值类型:System.Void
     形参列表:
     参数名称:saveAsDocument  类型:System.Object
     参数名称:overwriteExisting  类型:System.Object
     参数名称:webUsername  类型:System.Object
     参数名称:webPassword  类型:System.Object
421、方法名称:SaveAs  返回值类型:System.Int32
     形参列表:
     参数名称:strFileName  类型:System.Object
     参数名称:dwFileFormat  类型:System.Object
422、方法名称:Scale  返回值类型:System.Void
     形参列表:
     参数名称:ratio  类型:System.Single
423、方法名称:Scale  返回值类型:System.Void
     形参列表:
     参数名称:dx  类型:System.Single
     参数名称:dy  类型:System.Single
424、方法名称:Scale  返回值类型:System.Void
     形参列表:
     参数名称:factor  类型:System.Drawing.SizeF
425、方法名称:Select  返回值类型:System.Void
     形参列表:
426、方法名称:SelectNextControl  返回值类型:System.Boolean
     形参列表:
     参数名称:ctl  类型:System.Windows.Forms.Control
     参数名称:forward  类型:System.Boolean
     参数名称:tabStopOnly  类型:System.Boolean
     参数名称:nested  类型:System.Boolean
     参数名称:wrap  类型:System.Boolean
427、方法名称:SendToBack  返回值类型:System.Void
     形参列表:
428、方法名称:set_AccessibleDefaultActionDescription  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.String
429、方法名称:set_AccessibleDescription  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.String
430、方法名称:set_AccessibleName  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.String
431、方法名称:set_AccessibleRole  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.AccessibleRole
432、方法名称:set_AllowDrop  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
433、方法名称:set_Anchor  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.AnchorStyles
434、方法名称:set_AutoScrollOffset  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Point
435、方法名称:set_AutoSize  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
436、方法名称:set_BackColor  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Color
437、方法名称:set_BackgroundImage  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Image
438、方法名称:set_BackgroundImageLayout  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ImageLayout
439、方法名称:set_BindingContext  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.BindingContext
440、方法名称:set_BorderColor  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Color
441、方法名称:set_BorderStyle  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:DSOFramer.dsoBorderStyle
442、方法名称:set_Bounds  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Rectangle
443、方法名称:set_Caption  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.String
444、方法名称:set_Capture  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
445、方法名称:set_CausesValidation  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
446、方法名称:set_ClientSize  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Size
447、方法名称:set_ContainingControl  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ContainerControl
448、方法名称:set_ContextMenu  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ContextMenu
449、方法名称:set_ContextMenuStrip  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ContextMenuStrip
450、方法名称:set_Cursor  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.Cursor
451、方法名称:set_Dock  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.DockStyle
452、方法名称:set_Enabled  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
453、方法名称:set_Enabled  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
454、方法名称:set_EnableFileCommand  返回值类型:System.Void
     形参列表:
     参数名称:item  类型:DSOFramer.dsoFileCommandType
     参数名称:pbool  类型:System.Boolean
455、方法名称:set_Font  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Font
456、方法名称:set_ForeColor  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Color
457、方法名称:set_Height  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Int32
458、方法名称:set_HostName  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.String
459、方法名称:set_ImeMode  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ImeMode
460、方法名称:set_ImeMode  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.ImeMode
461、方法名称:set_IsAccessible  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
462、方法名称:set_Left  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Int32
463、方法名称:set_Location  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Point
464、方法名称:set_Margin  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.Padding
465、方法名称:set_MaximumSize  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Size
466、方法名称:set_Menubar  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
467、方法名称:set_MinimumSize  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Size
468、方法名称:set_ModalState  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
469、方法名称:set_Name  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.String
470、方法名称:set_OcxState  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.AxHost+State
471、方法名称:set_Padding  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.Padding
472、方法名称:set_Parent  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.Control
473、方法名称:set_Region  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Region
474、方法名称:set_RightToLeft  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
475、方法名称:set_RightToLeft  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.RightToLeft
476、方法名称:set_Site  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.ComponentModel.ISite
477、方法名称:set_Size  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Size
478、方法名称:set_TabIndex  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Int32
479、方法名称:set_TabStop  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
480、方法名称:set_Tag  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Object
481、方法名称:set_Text  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.String
482、方法名称:set_Titlebar  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
483、方法名称:set_TitlebarColor  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Color
484、方法名称:set_TitlebarTextColor  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Drawing.Color
485、方法名称:set_Toolbars  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
486、方法名称:set_Top  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Int32
487、方法名称:set_UseWaitCursor  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
488、方法名称:set_Visible  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Boolean
489、方法名称:set_Width  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Int32
490、方法名称:set_WindowTarget  返回值类型:System.Void
     形参列表:
     参数名称:value  类型:System.Windows.Forms.IWindowTarget
491、方法名称:SetBounds  返回值类型:System.Void
     形参列表:
     参数名称:x  类型:System.Int32
     参数名称:y  类型:System.Int32
     参数名称:width  类型:System.Int32
     参数名称:height  类型:System.Int32
492、方法名称:SetBounds  返回值类型:System.Void
     形参列表:
     参数名称:x  类型:System.Int32
     参数名称:y  类型:System.Int32
     参数名称:width  类型:System.Int32
     参数名称:height  类型:System.Int32
     参数名称:specified  类型:System.Windows.Forms.BoundsSpecified
493、方法名称:SetCurrTime  返回值类型:System.Boolean
     形参列表:
     参数名称:strValue  类型:System.String
494、方法名称:SetCurrUserName  返回值类型:System.Boolean
     形参列表:
     参数名称:strCurrUserName  类型:System.String
495、方法名称:SetDocVariable  返回值类型:System.Int32
     形参列表:
     参数名称:strVarName  类型:System.String
     参数名称:strValue  类型:System.String
     参数名称:lOpt  类型:System.Int32
496、方法名称:SetFieldValue  返回值类型:System.Boolean
     形参列表:
     参数名称:strFieldName  类型:System.String
     参数名称:strValue  类型:System.String
     参数名称:strCmdOrSheetName  类型:System.String
497、方法名称:SetMenuDisplay  返回值类型:System.Boolean
     形参列表:
     参数名称:lMenuFlag  类型:System.Int32
498、方法名称:SetPageAs  返回值类型:System.Int32
     形参列表:
     参数名称:strLocalFile  类型:System.String
     参数名称:lPageNum  类型:System.Int32
     参数名称:lType  类型:System.Int32
499、方法名称:SetTrackRevisions  返回值类型:System.Boolean
     形参列表:
     参数名称:vbool  类型:System.Int32
500、方法名称:SetValue  返回值类型:System.Int32
     形参列表:
     参数名称:strValue  类型:System.String
     参数名称:strName  类型:System.String
501、方法名称:Show  返回值类型:System.Void
     形参列表:
502、方法名称:ShowAboutBox  返回值类型:System.Void
     形参列表:
503、方法名称:ShowDialog  返回值类型:System.Void
     形参列表:
     参数名称:dlgType  类型:DSOFramer.dsoShowDialogType
504、方法名称:ShowPropertyPages  返回值类型:System.Void
     形参列表:
505、方法名称:ShowPropertyPages  返回值类型:System.Void
     形参列表:
     参数名称:control  类型:System.Windows.Forms.Control
506、方法名称:ShowRevisions  返回值类型:System.Boolean
     形参列表:
     参数名称:nNewValue  类型:System.Int32
507、方法名称:ShowView  返回值类型:System.Int32
     形参列表:
     参数名称:dwViewType  类型:System.Int32
508、方法名称:SuspendLayout  返回值类型:System.Void
     形参列表:
509、方法名称:ToString  返回值类型:System.String
     形参列表:
510、方法名称:Update  返回值类型:System.Void
     形参列表:

axFramerControl1.ActiveDocument属性

1、属性名称:_CodeName  类型:Microsoft.Office.Interop.Word.DocumentClass
2、属性名称:ActiveTheme  类型:Microsoft.Office.Interop.Word.DocumentClass
3、属性名称:ActiveThemeDisplayName  类型:Microsoft.Office.Interop.Word.DocumentClass
4、属性名称:ActiveWindow  类型:Microsoft.Office.Interop.Word.DocumentClass
5、属性名称:ActiveWritingStyle  类型:Microsoft.Office.Interop.Word.DocumentClass
6、属性名称:Application  类型:Microsoft.Office.Interop.Word.DocumentClass
7、属性名称:AttachedTemplate  类型:Microsoft.Office.Interop.Word.DocumentClass
8、属性名称:AutoFormatOverride  类型:Microsoft.Office.Interop.Word.DocumentClass
9、属性名称:AutoHyphenation  类型:Microsoft.Office.Interop.Word.DocumentClass
10、属性名称:Background  类型:Microsoft.Office.Interop.Word.DocumentClass
11、属性名称:Bibliography  类型:Microsoft.Office.Interop.Word.DocumentClass
12、属性名称:Bookmarks  类型:Microsoft.Office.Interop.Word.DocumentClass
13、属性名称:BuiltInDocumentProperties  类型:Microsoft.Office.Interop.Word.DocumentClass
14、属性名称:Characters  类型:Microsoft.Office.Interop.Word.DocumentClass
15、属性名称:ChildNodeSuggestions  类型:Microsoft.Office.Interop.Word.DocumentClass
16、属性名称:ClickAndTypeParagraphStyle  类型:Microsoft.Office.Interop.Word.DocumentClass
17、属性名称:CoAuthoring  类型:Microsoft.Office.Interop.Word.DocumentClass
18、属性名称:CodeName  类型:Microsoft.Office.Interop.Word.DocumentClass
19、属性名称:CommandBars  类型:Microsoft.Office.Interop.Word.DocumentClass
20、属性名称:Comments  类型:Microsoft.Office.Interop.Word.DocumentClass
21、属性名称:Compatibility  类型:Microsoft.Office.Interop.Word.DocumentClass
22、属性名称:CompatibilityMode  类型:Microsoft.Office.Interop.Word.DocumentClass
23、属性名称:ConsecutiveHyphensLimit  类型:Microsoft.Office.Interop.Word.DocumentClass
24、属性名称:Container  类型:Microsoft.Office.Interop.Word.DocumentClass
25、属性名称:Content  类型:Microsoft.Office.Interop.Word.DocumentClass
26、属性名称:ContentControls  类型:Microsoft.Office.Interop.Word.DocumentClass
27、属性名称:ContentTypeProperties  类型:Microsoft.Office.Interop.Word.DocumentClass
28、属性名称:Creator  类型:Microsoft.Office.Interop.Word.DocumentClass
29、属性名称:CurrentRsid  类型:Microsoft.Office.Interop.Word.DocumentClass
30、属性名称:CustomDocumentProperties  类型:Microsoft.Office.Interop.Word.DocumentClass
31、属性名称:CustomXMLParts  类型:Microsoft.Office.Interop.Word.DocumentClass
32、属性名称:DefaultTableStyle  类型:Microsoft.Office.Interop.Word.DocumentClass
33、属性名称:DefaultTabStop  类型:Microsoft.Office.Interop.Word.DocumentClass
34、属性名称:DefaultTargetFrame  类型:Microsoft.Office.Interop.Word.DocumentClass
35、属性名称:DisableFeatures  类型:Microsoft.Office.Interop.Word.DocumentClass
36、属性名称:DisableFeaturesIntroducedAfter  类型:Microsoft.Office.Interop.Word.DocumentClass
37、属性名称:DocID  类型:Microsoft.Office.Interop.Word.DocumentClass
38、属性名称:DocumentInspectors  类型:Microsoft.Office.Interop.Word.DocumentClass
39、属性名称:DocumentLibraryVersions  类型:Microsoft.Office.Interop.Word.DocumentClass
40、属性名称:DocumentTheme  类型:Microsoft.Office.Interop.Word.DocumentClass
41、属性名称:DoNotEmbedSystemFonts  类型:Microsoft.Office.Interop.Word.DocumentClass
42、属性名称:Email  类型:Microsoft.Office.Interop.Word.DocumentClass
43、属性名称:EmbedLinguisticData  类型:Microsoft.Office.Interop.Word.DocumentClass
44、属性名称:EmbedSmartTags  类型:Microsoft.Office.Interop.Word.DocumentClass
45、属性名称:EmbedTrueTypeFonts  类型:Microsoft.Office.Interop.Word.DocumentClass
46、属性名称:EncryptionProvider  类型:Microsoft.Office.Interop.Word.DocumentClass
47、属性名称:Endnotes  类型:Microsoft.Office.Interop.Word.DocumentClass
48、属性名称:EnforceStyle  类型:Microsoft.Office.Interop.Word.DocumentClass
49、属性名称:Envelope  类型:Microsoft.Office.Interop.Word.DocumentClass
50、属性名称:FarEastLineBreakLanguage  类型:Microsoft.Office.Interop.Word.DocumentClass
51、属性名称:FarEastLineBreakLevel  类型:Microsoft.Office.Interop.Word.DocumentClass
52、属性名称:Fields  类型:Microsoft.Office.Interop.Word.DocumentClass
53、属性名称:Final  类型:Microsoft.Office.Interop.Word.DocumentClass
54、属性名称:Footnotes  类型:Microsoft.Office.Interop.Word.DocumentClass
55、属性名称:FormattingShowClear  类型:Microsoft.Office.Interop.Word.DocumentClass
56、属性名称:FormattingShowFilter  类型:Microsoft.Office.Interop.Word.DocumentClass
57、属性名称:FormattingShowFont  类型:Microsoft.Office.Interop.Word.DocumentClass
58、属性名称:FormattingShowNextLevel  类型:Microsoft.Office.Interop.Word.DocumentClass
59、属性名称:FormattingShowNumbering  类型:Microsoft.Office.Interop.Word.DocumentClass
60、属性名称:FormattingShowParagraph  类型:Microsoft.Office.Interop.Word.DocumentClass
61、属性名称:FormattingShowUserStyleName  类型:Microsoft.Office.Interop.Word.DocumentClass
62、属性名称:FormFields  类型:Microsoft.Office.Interop.Word.DocumentClass
63、属性名称:FormsDesign  类型:Microsoft.Office.Interop.Word.DocumentClass
64、属性名称:Frames  类型:Microsoft.Office.Interop.Word.DocumentClass
65、属性名称:Frameset  类型:Microsoft.Office.Interop.Word.DocumentClass
66、属性名称:FullName  类型:Microsoft.Office.Interop.Word.DocumentClass
67、属性名称:GrammarChecked  类型:Microsoft.Office.Interop.Word.DocumentClass
68、属性名称:GrammaticalErrors  类型:Microsoft.Office.Interop.Word.DocumentClass
69、属性名称:GridDistanceHorizontal  类型:Microsoft.Office.Interop.Word.DocumentClass
70、属性名称:GridDistanceVertical  类型:Microsoft.Office.Interop.Word.DocumentClass
71、属性名称:GridOriginFromMargin  类型:Microsoft.Office.Interop.Word.DocumentClass
72、属性名称:GridOriginHorizontal  类型:Microsoft.Office.Interop.Word.DocumentClass
73、属性名称:GridOriginVertical  类型:Microsoft.Office.Interop.Word.DocumentClass
74、属性名称:GridSpaceBetweenHorizontalLines  类型:Microsoft.Office.Interop.Word.DocumentClass
75、属性名称:GridSpaceBetweenVerticalLines  类型:Microsoft.Office.Interop.Word.DocumentClass
76、属性名称:HasMailer  类型:Microsoft.Office.Interop.Word.DocumentClass
77、属性名称:HasPassword  类型:Microsoft.Office.Interop.Word.DocumentClass
78、属性名称:HasRoutingSlip  类型:Microsoft.Office.Interop.Word.DocumentClass
79、属性名称:HasVBProject  类型:Microsoft.Office.Interop.Word.DocumentClass
80、属性名称:HTMLDivisions  类型:Microsoft.Office.Interop.Word.DocumentClass
81、属性名称:HTMLProject  类型:Microsoft.Office.Interop.Word.DocumentClass
82、属性名称:Hyperlinks  类型:Microsoft.Office.Interop.Word.DocumentClass
83、属性名称:HyphenateCaps  类型:Microsoft.Office.Interop.Word.DocumentClass
84、属性名称:HyphenationZone  类型:Microsoft.Office.Interop.Word.DocumentClass
85、属性名称:Indexes  类型:Microsoft.Office.Interop.Word.DocumentClass
86、属性名称:InlineShapes  类型:Microsoft.Office.Interop.Word.DocumentClass
87、属性名称:IsMasterDocument  类型:Microsoft.Office.Interop.Word.DocumentClass
88、属性名称:IsSubdocument  类型:Microsoft.Office.Interop.Word.DocumentClass
89、属性名称:JustificationMode  类型:Microsoft.Office.Interop.Word.DocumentClass
90、属性名称:KerningByAlgorithm  类型:Microsoft.Office.Interop.Word.DocumentClass
91、属性名称:Kind  类型:Microsoft.Office.Interop.Word.DocumentClass
92、属性名称:LanguageDetected  类型:Microsoft.Office.Interop.Word.DocumentClass
93、属性名称:ListParagraphs  类型:Microsoft.Office.Interop.Word.DocumentClass
94、属性名称:Lists  类型:Microsoft.Office.Interop.Word.DocumentClass
95、属性名称:ListTemplates  类型:Microsoft.Office.Interop.Word.DocumentClass
96、属性名称:LockQuickStyleSet  类型:Microsoft.Office.Interop.Word.DocumentClass
97、属性名称:LockTheme  类型:Microsoft.Office.Interop.Word.DocumentClass
98、属性名称:MailEnvelope  类型:Microsoft.Office.Interop.Word.DocumentClass
99、属性名称:Mailer  类型:Microsoft.Office.Interop.Word.DocumentClass
100、属性名称:MailMerge  类型:Microsoft.Office.Interop.Word.DocumentClass
101、属性名称:Name  类型:Microsoft.Office.Interop.Word.DocumentClass
102、属性名称:NoLineBreakAfter  类型:Microsoft.Office.Interop.Word.DocumentClass
103、属性名称:NoLineBreakBefore  类型:Microsoft.Office.Interop.Word.DocumentClass
104、属性名称:OMathBreakBin  类型:Microsoft.Office.Interop.Word.DocumentClass
105、属性名称:OMathBreakSub  类型:Microsoft.Office.Interop.Word.DocumentClass
106、属性名称:OMathFontName  类型:Microsoft.Office.Interop.Word.DocumentClass
107、属性名称:OMathIntSubSupLim  类型:Microsoft.Office.Interop.Word.DocumentClass
108、属性名称:OMathJc  类型:Microsoft.Office.Interop.Word.DocumentClass
109、属性名称:OMathLeftMargin  类型:Microsoft.Office.Interop.Word.DocumentClass
110、属性名称:OMathNarySupSubLim  类型:Microsoft.Office.Interop.Word.DocumentClass
111、属性名称:OMathRightMargin  类型:Microsoft.Office.Interop.Word.DocumentClass
112、属性名称:OMaths  类型:Microsoft.Office.Interop.Word.DocumentClass
113、属性名称:OMathSmallFrac  类型:Microsoft.Office.Interop.Word.DocumentClass
114、属性名称:OMathWrap  类型:Microsoft.Office.Interop.Word.DocumentClass
115、属性名称:OpenEncoding  类型:Microsoft.Office.Interop.Word.DocumentClass
116、属性名称:OptimizeForWord97  类型:Microsoft.Office.Interop.Word.DocumentClass
117、属性名称:OriginalDocumentTitle  类型:Microsoft.Office.Interop.Word.DocumentClass
118、属性名称:PageSetup  类型:Microsoft.Office.Interop.Word.DocumentClass
119、属性名称:Paragraphs  类型:Microsoft.Office.Interop.Word.DocumentClass
120、属性名称:Parent  类型:Microsoft.Office.Interop.Word.DocumentClass
121、属性名称:Password  类型:Microsoft.Office.Interop.Word.DocumentClass
122、属性名称:PasswordEncryptionAlgorithm  类型:Microsoft.Office.Interop.Word.DocumentClass
123、属性名称:PasswordEncryptionFileProperties  类型:Microsoft.Office.Interop.Word.DocumentClass
124、属性名称:PasswordEncryptionKeyLength  类型:Microsoft.Office.Interop.Word.DocumentClass
125、属性名称:PasswordEncryptionProvider  类型:Microsoft.Office.Interop.Word.DocumentClass
126、属性名称:Path  类型:Microsoft.Office.Interop.Word.DocumentClass
127、属性名称:Permission  类型:Microsoft.Office.Interop.Word.DocumentClass
128、属性名称:PrintFormsData  类型:Microsoft.Office.Interop.Word.DocumentClass
129、属性名称:PrintFractionalWidths  类型:Microsoft.Office.Interop.Word.DocumentClass
130、属性名称:PrintPostScriptOverText  类型:Microsoft.Office.Interop.Word.DocumentClass
131、属性名称:PrintRevisions  类型:Microsoft.Office.Interop.Word.DocumentClass
132、属性名称:ProtectionType  类型:Microsoft.Office.Interop.Word.DocumentClass
133、属性名称:ReadabilityStatistics  类型:Microsoft.Office.Interop.Word.DocumentClass
134、属性名称:ReadingLayoutSizeX  类型:Microsoft.Office.Interop.Word.DocumentClass
135、属性名称:ReadingLayoutSizeY  类型:Microsoft.Office.Interop.Word.DocumentClass
136、属性名称:ReadingModeLayoutFrozen  类型:Microsoft.Office.Interop.Word.DocumentClass
137、属性名称:ReadOnly  类型:Microsoft.Office.Interop.Word.DocumentClass
138、属性名称:ReadOnlyRecommended  类型:Microsoft.Office.Interop.Word.DocumentClass
139、属性名称:RemoveDateAndTime  类型:Microsoft.Office.Interop.Word.DocumentClass
140、属性名称:RemovePersonalInformation  类型:Microsoft.Office.Interop.Word.DocumentClass
141、属性名称:Research  类型:Microsoft.Office.Interop.Word.DocumentClass
142、属性名称:RevisedDocumentTitle  类型:Microsoft.Office.Interop.Word.DocumentClass
143、属性名称:Revisions  类型:Microsoft.Office.Interop.Word.DocumentClass
144、属性名称:Routed  类型:Microsoft.Office.Interop.Word.DocumentClass
145、属性名称:RoutingSlip  类型:Microsoft.Office.Interop.Word.DocumentClass
146、属性名称:Saved  类型:Microsoft.Office.Interop.Word.DocumentClass
147、属性名称:SaveEncoding  类型:Microsoft.Office.Interop.Word.DocumentClass
148、属性名称:SaveFormat  类型:Microsoft.Office.Interop.Word.DocumentClass
149、属性名称:SaveFormsData  类型:Microsoft.Office.Interop.Word.DocumentClass
150、属性名称:SaveSubsetFonts  类型:Microsoft.Office.Interop.Word.DocumentClass
151、属性名称:Scripts  类型:Microsoft.Office.Interop.Word.DocumentClass
152、属性名称:Sections  类型:Microsoft.Office.Interop.Word.DocumentClass
153、属性名称:Sentences  类型:Microsoft.Office.Interop.Word.DocumentClass
154、属性名称:ServerPolicy  类型:Microsoft.Office.Interop.Word.DocumentClass
155、属性名称:Shapes  类型:Microsoft.Office.Interop.Word.DocumentClass
156、属性名称:SharedWorkspace  类型:Microsoft.Office.Interop.Word.DocumentClass
157、属性名称:ShowGrammaticalErrors  类型:Microsoft.Office.Interop.Word.DocumentClass
158、属性名称:ShowRevisions  类型:Microsoft.Office.Interop.Word.DocumentClass
159、属性名称:ShowSpellingErrors  类型:Microsoft.Office.Interop.Word.DocumentClass
160、属性名称:ShowSummary  类型:Microsoft.Office.Interop.Word.DocumentClass
161、属性名称:Signatures  类型:Microsoft.Office.Interop.Word.DocumentClass
162、属性名称:SmartDocument  类型:Microsoft.Office.Interop.Word.DocumentClass
163、属性名称:SmartTags  类型:Microsoft.Office.Interop.Word.DocumentClass
164、属性名称:SmartTagsAsXMLProps  类型:Microsoft.Office.Interop.Word.DocumentClass
165、属性名称:SnapToGrid  类型:Microsoft.Office.Interop.Word.DocumentClass
166、属性名称:SnapToShapes  类型:Microsoft.Office.Interop.Word.DocumentClass
167、属性名称:SpellingChecked  类型:Microsoft.Office.Interop.Word.DocumentClass
168、属性名称:SpellingErrors  类型:Microsoft.Office.Interop.Word.DocumentClass
169、属性名称:StoryRanges  类型:Microsoft.Office.Interop.Word.DocumentClass
170、属性名称:Styles  类型:Microsoft.Office.Interop.Word.DocumentClass
171、属性名称:StyleSheets  类型:Microsoft.Office.Interop.Word.DocumentClass
172、属性名称:StyleSortMethod  类型:Microsoft.Office.Interop.Word.DocumentClass
173、属性名称:Subdocuments  类型:Microsoft.Office.Interop.Word.DocumentClass
174、属性名称:SummaryLength  类型:Microsoft.Office.Interop.Word.DocumentClass
175、属性名称:SummaryViewMode  类型:Microsoft.Office.Interop.Word.DocumentClass
176、属性名称:Sync  类型:Microsoft.Office.Interop.Word.DocumentClass
177、属性名称:Tables  类型:Microsoft.Office.Interop.Word.DocumentClass
178、属性名称:TablesOfAuthorities  类型:Microsoft.Office.Interop.Word.DocumentClass
179、属性名称:TablesOfAuthoritiesCategories  类型:Microsoft.Office.Interop.Word.DocumentClass
180、属性名称:TablesOfContents  类型:Microsoft.Office.Interop.Word.DocumentClass
181、属性名称:TablesOfFigures  类型:Microsoft.Office.Interop.Word.DocumentClass
182、属性名称:TextEncoding  类型:Microsoft.Office.Interop.Word.DocumentClass
183、属性名称:TextLineEnding  类型:Microsoft.Office.Interop.Word.DocumentClass
184、属性名称:TrackFormatting  类型:Microsoft.Office.Interop.Word.DocumentClass
185、属性名称:TrackMoves  类型:Microsoft.Office.Interop.Word.DocumentClass
186、属性名称:TrackRevisions  类型:Microsoft.Office.Interop.Word.DocumentClass
187、属性名称:Type  类型:Microsoft.Office.Interop.Word.DocumentClass
188、属性名称:UpdateStylesOnOpen  类型:Microsoft.Office.Interop.Word.DocumentClass
189、属性名称:UseMathDefaults  类型:Microsoft.Office.Interop.Word.DocumentClass
190、属性名称:UserControl  类型:Microsoft.Office.Interop.Word.DocumentClass
191、属性名称:Variables  类型:Microsoft.Office.Interop.Word.DocumentClass
192、属性名称:VBASigned  类型:Microsoft.Office.Interop.Word.DocumentClass
193、属性名称:VBProject  类型:Microsoft.Office.Interop.Word.DocumentClass
194、属性名称:Versions  类型:Microsoft.Office.Interop.Word.DocumentClass
195、属性名称:WebOptions  类型:Microsoft.Office.Interop.Word.DocumentClass
196、属性名称:Windows  类型:Microsoft.Office.Interop.Word.DocumentClass
197、属性名称:WordOpenXML  类型:Microsoft.Office.Interop.Word.DocumentClass
198、属性名称:Words  类型:Microsoft.Office.Interop.Word.DocumentClass
199、属性名称:WritePassword  类型:Microsoft.Office.Interop.Word.DocumentClass
200、属性名称:WriteReserved  类型:Microsoft.Office.Interop.Word.DocumentClass
201、属性名称:XMLHideNamespaces  类型:Microsoft.Office.Interop.Word.DocumentClass
202、属性名称:XMLNodes  类型:Microsoft.Office.Interop.Word.DocumentClass
203、属性名称:XMLSaveDataOnly  类型:Microsoft.Office.Interop.Word.DocumentClass
204、属性名称:XMLSaveThroughXSLT  类型:Microsoft.Office.Interop.Word.DocumentClass
205、属性名称:XMLSchemaReferences  类型:Microsoft.Office.Interop.Word.DocumentClass
206、属性名称:XMLSchemaViolations  类型:Microsoft.Office.Interop.Word.DocumentClass
207、属性名称:XMLShowAdvancedErrors  类型:Microsoft.Office.Interop.Word.DocumentClass
208、属性名称:XMLUseXSLTWhenSaving  类型:Microsoft.Office.Interop.Word.DocumentClass


axFramerControl1.ActiveDocument方法

1、方法名称:AcceptAllRevisions  返回值类型:System.Void
     形参列表:
2、方法名称:AcceptAllRevisionsShown  返回值类型:System.Void
     形参列表:
3、方法名称:Activate  返回值类型:System.Void
     形参列表:
4、方法名称:add_BuildingBlockInsert  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_BuildingBlockInsertEventHandler
5、方法名称:add_Close  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_CloseEventHandler
6、方法名称:add_ContentControlAfterAdd  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlAfterAddEventHandler
7、方法名称:add_ContentControlBeforeContentUpdate  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlBeforeContentUpdateEventHandler
8、方法名称:add_ContentControlBeforeDelete  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlBeforeDeleteEventHandler
9、方法名称:add_ContentControlBeforeStoreUpdate  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler
10、方法名称:add_ContentControlOnEnter  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlOnEnterEventHandler
11、方法名称:add_ContentControlOnExit  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlOnExitEventHandler
12、方法名称:add_New  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_NewEventHandler
13、方法名称:add_Open  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_OpenEventHandler
14、方法名称:add_Sync  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_SyncEventHandler
15、方法名称:add_XMLAfterInsert  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_XMLAfterInsertEventHandler
16、方法名称:add_XMLBeforeDelete  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_XMLBeforeDeleteEventHandler
17、方法名称:AddDocumentWorkspaceHeader  返回值类型:System.Void
     形参列表:
     参数名称:RichFormat  类型:System.Boolean
     参数名称:Url  类型:System.String
     参数名称:Title  类型:System.String
     参数名称:Description  类型:System.String
     参数名称:ID  类型:System.String
18、方法名称:AddMeetingWorkspaceHeader  返回值类型:System.Void
     形参列表:
     参数名称:SkipIfAbsent  类型:System.Boolean
     参数名称:Url  类型:System.String
     参数名称:Title  类型:System.String
     参数名称:Description  类型:System.String
     参数名称:ID  类型:System.String
19、方法名称:AddToFavorites  返回值类型:System.Void
     形参列表:
20、方法名称:ApplyDocumentTheme  返回值类型:System.Void
     形参列表:
     参数名称:FileName  类型:System.String
21、方法名称:ApplyQuickStyleSet  返回值类型:System.Void
     形参列表:
     参数名称:Name  类型:System.String
22、方法名称:ApplyQuickStyleSet2  返回值类型:System.Void
     形参列表:
     参数名称:Style  类型:System.Object&
23、方法名称:ApplyTheme  返回值类型:System.Void
     形参列表:
     参数名称:Name  类型:System.String
24、方法名称:AutoFormat  返回值类型:System.Void
     形参列表:
25、方法名称:AutoSummarize  返回值类型:Microsoft.Office.Interop.Word.Range
     形参列表:
     参数名称:Length  类型:System.Object&
     参数名称:Mode  类型:System.Object&
     参数名称:UpdateProperties  类型:System.Object&
26、方法名称:CanCheckin  返回值类型:System.Boolean
     形参列表:
27、方法名称:CheckConsistency  返回值类型:System.Void
     形参列表:
28、方法名称:CheckGrammar  返回值类型:System.Void
     形参列表:
29、方法名称:CheckIn  返回值类型:System.Void
     形参列表:
     参数名称:SaveChanges  类型:System.Boolean
     参数名称:Comments  类型:System.Object&
     参数名称:MakePublic  类型:System.Boolean
30、方法名称:CheckInWithVersion  返回值类型:System.Void
     形参列表:
     参数名称:SaveChanges  类型:System.Boolean
     参数名称:Comments  类型:System.Object&
     参数名称:MakePublic  类型:System.Boolean
     参数名称:VersionType  类型:System.Object&
31、方法名称:CheckNewSmartTags  返回值类型:System.Void
     形参列表:
32、方法名称:CheckSpelling  返回值类型:System.Void
     形参列表:
     参数名称:CustomDictionary  类型:System.Object&
     参数名称:IgnoreUppercase  类型:System.Object&
     参数名称:AlwaysSuggest  类型:System.Object&
     参数名称:CustomDictionary2  类型:System.Object&
     参数名称:CustomDictionary3  类型:System.Object&
     参数名称:CustomDictionary4  类型:System.Object&
     参数名称:CustomDictionary5  类型:System.Object&
     参数名称:CustomDictionary6  类型:System.Object&
     参数名称:CustomDictionary7  类型:System.Object&
     参数名称:CustomDictionary8  类型:System.Object&
     参数名称:CustomDictionary9  类型:System.Object&
     参数名称:CustomDictionary10  类型:System.Object&
33、方法名称:Close  返回值类型:System.Void
     形参列表:
     参数名称:SaveChanges  类型:System.Object&
     参数名称:OriginalFormat  类型:System.Object&
     参数名称:RouteDocument  类型:System.Object&
34、方法名称:ClosePrintPreview  返回值类型:System.Void
     形参列表:
35、方法名称:Compare  返回值类型:System.Void
     形参列表:
     参数名称:Name  类型:System.String
     参数名称:AuthorName  类型:System.Object&
     参数名称:CompareTarget  类型:System.Object&
     参数名称:DetectFormatChanges  类型:System.Object&
     参数名称:IgnoreAllComparisonWarnings  类型:System.Object&
     参数名称:AddToRecentFiles  类型:System.Object&
     参数名称:RemovePersonalInformation  类型:System.Object&
     参数名称:RemoveDateAndTime  类型:System.Object&
36、方法名称:Compare2000  返回值类型:System.Void
     形参列表:
     参数名称:Name  类型:System.String
37、方法名称:Compare2002  返回值类型:System.Void
     形参列表:
     参数名称:Name  类型:System.String
     参数名称:AuthorName  类型:System.Object&
     参数名称:CompareTarget  类型:System.Object&
     参数名称:DetectFormatChanges  类型:System.Object&
     参数名称:IgnoreAllComparisonWarnings  类型:System.Object&
     参数名称:AddToRecentFiles  类型:System.Object&
38、方法名称:ComputeStatistics  返回值类型:System.Int32
     形参列表:
     参数名称:Statistic  类型:Microsoft.Office.Interop.Word.WdStatistic
     参数名称:IncludeFootnotesAndEndnotes  类型:System.Object&
39、方法名称:Convert  返回值类型:System.Void
     形参列表:
40、方法名称:ConvertAutoHyphens  返回值类型:System.Void
     形参列表:
41、方法名称:ConvertNumbersToText  返回值类型:System.Void
     形参列表:
     参数名称:NumberType  类型:System.Object&
42、方法名称:ConvertVietDoc  返回值类型:System.Void
     形参列表:
     参数名称:CodePageOrigin  类型:System.Int32
43、方法名称:CopyStylesFromTemplate  返回值类型:System.Void
     形参列表:
     参数名称:Template  类型:System.String
44、方法名称:CountNumberedItems  返回值类型:System.Int32
     形参列表:
     参数名称:NumberType  类型:System.Object&
     参数名称:Level  类型:System.Object&
45、方法名称:CreateLetterContent  返回值类型:Microsoft.Office.Interop.Word.LetterContent
     形参列表:
     参数名称:DateFormat  类型:System.String
     参数名称:IncludeHeaderFooter  类型:System.Boolean
     参数名称:PageDesign  类型:System.String
     参数名称:LetterStyle  类型:Microsoft.Office.Interop.Word.WdLetterStyle
     参数名称:Letterhead  类型:System.Boolean
     参数名称:LetterheadLocation  类型:Microsoft.Office.Interop.Word.WdLetterheadLocation
     参数名称:LetterheadSize  类型:System.Single
     参数名称:RecipientName  类型:System.String
     参数名称:RecipientAddress  类型:System.String
     参数名称:Salutation  类型:System.String
     参数名称:SalutationType  类型:Microsoft.Office.Interop.Word.WdSalutationType
     参数名称:RecipientReference  类型:System.String
     参数名称:MailingInstructions  类型:System.String
     参数名称:AttentionLine  类型:System.String
     参数名称:Subject  类型:System.String
     参数名称:CCList  类型:System.String
     参数名称:ReturnAddress  类型:System.String
     参数名称:SenderName  类型:System.String
     参数名称:Closing  类型:System.String
     参数名称:SenderCompany  类型:System.String
     参数名称:SenderJobTitle  类型:System.String
     参数名称:SenderInitials  类型:System.String
     参数名称:EnclosureNumber  类型:System.Int32
     参数名称:InfoBlock  类型:System.Object&
     参数名称:RecipientCode  类型:System.Object&
     参数名称:RecipientGender  类型:System.Object&
     参数名称:ReturnAddressShortForm  类型:System.Object&
     参数名称:SenderCity  类型:System.Object&
     参数名称:SenderCode  类型:System.Object&
     参数名称:SenderGender  类型:System.Object&
     参数名称:SenderReference  类型:System.Object&
46、方法名称:CreateObjRef  返回值类型:System.Runtime.Remoting.ObjRef
     形参列表:
     参数名称:requestedType  类型:System.Type
47、方法名称:DataForm  返回值类型:System.Void
     形参列表:
48、方法名称:DeleteAllComments  返回值类型:System.Void
     形参列表:
49、方法名称:DeleteAllCommentsShown  返回值类型:System.Void
     形参列表:
50、方法名称:DeleteAllEditableRanges  返回值类型:System.Void
     形参列表:
     参数名称:EditorID  类型:System.Object&
51、方法名称:DeleteAllInkAnnotations  返回值类型:System.Void
     形参列表:
52、方法名称:DetectLanguage  返回值类型:System.Void
     形参列表:
53、方法名称:DocumentEvents_Event_add_Close  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents_CloseEventHandler
54、方法名称:DocumentEvents_Event_add_New  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents_NewEventHandler
55、方法名称:DocumentEvents_Event_add_Open  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents_OpenEventHandler
56、方法名称:DocumentEvents_Event_remove_Close  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents_CloseEventHandler
57、方法名称:DocumentEvents_Event_remove_New  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents_NewEventHandler
58、方法名称:DocumentEvents_Event_remove_Open  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents_OpenEventHandler
59、方法名称:DowngradeDocument  返回值类型:System.Void
     形参列表:
60、方法名称:Dummy1  返回值类型:System.Void
     形参列表:
61、方法名称:Dummy2  返回值类型:System.Void
     形参列表:
62、方法名称:Dummy3  返回值类型:System.Void
     形参列表:
63、方法名称:Dummy4  返回值类型:System.Void
     形参列表:
64、方法名称:EditionOptions  返回值类型:System.Void
     形参列表:
     参数名称:Type  类型:Microsoft.Office.Interop.Word.WdEditionType
     参数名称:Option  类型:Microsoft.Office.Interop.Word.WdEditionOption
     参数名称:Name  类型:System.String
     参数名称:Format  类型:System.Object&
65、方法名称:EndReview  返回值类型:System.Void
     形参列表:
66、方法名称:Equals  返回值类型:System.Boolean
     形参列表:
     参数名称:obj  类型:System.Object
67、方法名称:ExportAsFixedFormat  返回值类型:System.Void
     形参列表:
     参数名称:OutputFileName  类型:System.String
     参数名称:ExportFormat  类型:Microsoft.Office.Interop.Word.WdExportFormat
     参数名称:OpenAfterExport  类型:System.Boolean
     参数名称:OptimizeFor  类型:Microsoft.Office.Interop.Word.WdExportOptimizeFor
     参数名称:Range  类型:Microsoft.Office.Interop.Word.WdExportRange
     参数名称:From  类型:System.Int32
     参数名称:To  类型:System.Int32
     参数名称:Item  类型:Microsoft.Office.Interop.Word.WdExportItem
     参数名称:IncludeDocProps  类型:System.Boolean
     参数名称:KeepIRM  类型:System.Boolean
     参数名称:CreateBookmarks  类型:Microsoft.Office.Interop.Word.WdExportCreateBookmarks
     参数名称:DocStructureTags  类型:System.Boolean
     参数名称:BitmapMissingFonts  类型:System.Boolean
     参数名称:UseISO19005_1  类型:System.Boolean
     参数名称:FixedFormatExtClassPtr  类型:System.Object&
68、方法名称:FitToPages  返回值类型:System.Void
     形参列表:
69、方法名称:FollowHyperlink  返回值类型:System.Void
     形参列表:
     参数名称:Address  类型:System.Object&
     参数名称:SubAddress  类型:System.Object&
     参数名称:NewWindow  类型:System.Object&
     参数名称:AddHistory  类型:System.Object&
     参数名称:ExtraInfo  类型:System.Object&
     参数名称:Method  类型:System.Object&
     参数名称:HeaderInfo  类型:System.Object&
70、方法名称:ForwardMailer  返回值类型:System.Void
     形参列表:
71、方法名称:FreezeLayout  返回值类型:System.Void
     形参列表:
72、方法名称:get__CodeName  返回值类型:System.String
     形参列表:
73、方法名称:get_ActiveTheme  返回值类型:System.String
     形参列表:
74、方法名称:get_ActiveThemeDisplayName  返回值类型:System.String
     形参列表:
75、方法名称:get_ActiveWindow  返回值类型:Microsoft.Office.Interop.Word.Window
     形参列表:
76、方法名称:get_ActiveWritingStyle  返回值类型:System.String
     形参列表:
     参数名称:LanguageID  类型:System.Object&
77、方法名称:get_Application  返回值类型:Microsoft.Office.Interop.Word.Application
     形参列表:
78、方法名称:get_AttachedTemplate  返回值类型:System.Object
     形参列表:
79、方法名称:get_AutoFormatOverride  返回值类型:System.Boolean
     形参列表:
80、方法名称:get_AutoHyphenation  返回值类型:System.Boolean
     形参列表:
81、方法名称:get_Background  返回值类型:Microsoft.Office.Interop.Word.Shape
     形参列表:
82、方法名称:get_Bibliography  返回值类型:Microsoft.Office.Interop.Word.Bibliography
     形参列表:
83、方法名称:get_Bookmarks  返回值类型:Microsoft.Office.Interop.Word.Bookmarks
     形参列表:
84、方法名称:get_BuiltInDocumentProperties  返回值类型:System.Object
     形参列表:
85、方法名称:get_Characters  返回值类型:Microsoft.Office.Interop.Word.Characters
     形参列表:
86、方法名称:get_ChildNodeSuggestions  返回值类型:Microsoft.Office.Interop.Word.XMLChildNodeSuggestions
     形参列表:
87、方法名称:get_ClickAndTypeParagraphStyle  返回值类型:System.Object
     形参列表:
88、方法名称:get_CoAuthoring  返回值类型:Microsoft.Office.Interop.Word.CoAuthoring
     形参列表:
89、方法名称:get_CodeName  返回值类型:System.String
     形参列表:
90、方法名称:get_CommandBars  返回值类型:Microsoft.Office.Core.CommandBars
     形参列表:
91、方法名称:get_Comments  返回值类型:Microsoft.Office.Interop.Word.Comments
     形参列表:
92、方法名称:get_Compatibility  返回值类型:System.Boolean
     形参列表:
     参数名称:Type  类型:Microsoft.Office.Interop.Word.WdCompatibility
93、方法名称:get_CompatibilityMode  返回值类型:System.Int32
     形参列表:
94、方法名称:get_ConsecutiveHyphensLimit  返回值类型:System.Int32
     形参列表:
95、方法名称:get_Container  返回值类型:System.Object
     形参列表:
96、方法名称:get_Content  返回值类型:Microsoft.Office.Interop.Word.Range
     形参列表:
97、方法名称:get_ContentControls  返回值类型:Microsoft.Office.Interop.Word.ContentControls
     形参列表:
98、方法名称:get_ContentTypeProperties  返回值类型:Microsoft.Office.Core.MetaProperties
     形参列表:
99、方法名称:get_Creator  返回值类型:System.Int32
     形参列表:
100、方法名称:get_CurrentRsid  返回值类型:System.Int32
     形参列表:
101、方法名称:get_CustomDocumentProperties  返回值类型:System.Object
     形参列表:
102、方法名称:get_CustomXMLParts  返回值类型:Microsoft.Office.Core.CustomXMLParts
     形参列表:
103、方法名称:get_DefaultTableStyle  返回值类型:System.Object
     形参列表:
104、方法名称:get_DefaultTabStop  返回值类型:System.Single
     形参列表:
105、方法名称:get_DefaultTargetFrame  返回值类型:System.String
     形参列表:
106、方法名称:get_DisableFeatures  返回值类型:System.Boolean
     形参列表:
107、方法名称:get_DisableFeaturesIntroducedAfter  返回值类型:Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter
     形参列表:
108、方法名称:get_DocID  返回值类型:System.Int32
     形参列表:
109、方法名称:get_DocumentInspectors  返回值类型:Microsoft.Office.Core.DocumentInspectors
     形参列表:
110、方法名称:get_DocumentLibraryVersions  返回值类型:Microsoft.Office.Core.DocumentLibraryVersions
     形参列表:
111、方法名称:get_DocumentTheme  返回值类型:Microsoft.Office.Core.OfficeTheme
     形参列表:
112、方法名称:get_DoNotEmbedSystemFonts  返回值类型:System.Boolean
     形参列表:
113、方法名称:get_Email  返回值类型:Microsoft.Office.Interop.Word.Email
     形参列表:
114、方法名称:get_EmbedLinguisticData  返回值类型:System.Boolean
     形参列表:
115、方法名称:get_EmbedSmartTags  返回值类型:System.Boolean
     形参列表:
116、方法名称:get_EmbedTrueTypeFonts  返回值类型:System.Boolean
     形参列表:
117、方法名称:get_EncryptionProvider  返回值类型:System.String
     形参列表:
118、方法名称:get_Endnotes  返回值类型:Microsoft.Office.Interop.Word.Endnotes
     形参列表:
119、方法名称:get_EnforceStyle  返回值类型:System.Boolean
     形参列表:
120、方法名称:get_Envelope  返回值类型:Microsoft.Office.Interop.Word.Envelope
     形参列表:
121、方法名称:get_FarEastLineBreakLanguage  返回值类型:Microsoft.Office.Interop.Word.WdFarEastLineBreakLanguageID
     形参列表:
122、方法名称:get_FarEastLineBreakLevel  返回值类型:Microsoft.Office.Interop.Word.WdFarEastLineBreakLevel
     形参列表:
123、方法名称:get_Fields  返回值类型:Microsoft.Office.Interop.Word.Fields
     形参列表:
124、方法名称:get_Final  返回值类型:System.Boolean
     形参列表:
125、方法名称:get_Footnotes  返回值类型:Microsoft.Office.Interop.Word.Footnotes
     形参列表:
126、方法名称:get_FormattingShowClear  返回值类型:System.Boolean
     形参列表:
127、方法名称:get_FormattingShowFilter  返回值类型:Microsoft.Office.Interop.Word.WdShowFilter
     形参列表:
128、方法名称:get_FormattingShowFont  返回值类型:System.Boolean
     形参列表:
129、方法名称:get_FormattingShowNextLevel  返回值类型:System.Boolean
     形参列表:
130、方法名称:get_FormattingShowNumbering  返回值类型:System.Boolean
     形参列表:
131、方法名称:get_FormattingShowParagraph  返回值类型:System.Boolean
     形参列表:
132、方法名称:get_FormattingShowUserStyleName  返回值类型:System.Boolean
     形参列表:
133、方法名称:get_FormFields  返回值类型:Microsoft.Office.Interop.Word.FormFields
     形参列表:
134、方法名称:get_FormsDesign  返回值类型:System.Boolean
     形参列表:
135、方法名称:get_Frames  返回值类型:Microsoft.Office.Interop.Word.Frames
     形参列表:
136、方法名称:get_Frameset  返回值类型:Microsoft.Office.Interop.Word.Frameset
     形参列表:
137、方法名称:get_FullName  返回值类型:System.String
     形参列表:
138、方法名称:get_GrammarChecked  返回值类型:System.Boolean
     形参列表:
139、方法名称:get_GrammaticalErrors  返回值类型:Microsoft.Office.Interop.Word.ProofreadingErrors
     形参列表:
140、方法名称:get_GridDistanceHorizontal  返回值类型:System.Single
     形参列表:
141、方法名称:get_GridDistanceVertical  返回值类型:System.Single
     形参列表:
142、方法名称:get_GridOriginFromMargin  返回值类型:System.Boolean
     形参列表:
143、方法名称:get_GridOriginHorizontal  返回值类型:System.Single
     形参列表:
144、方法名称:get_GridOriginVertical  返回值类型:System.Single
     形参列表:
145、方法名称:get_GridSpaceBetweenHorizontalLines  返回值类型:System.Int32
     形参列表:
146、方法名称:get_GridSpaceBetweenVerticalLines  返回值类型:System.Int32
     形参列表:
147、方法名称:get_HasMailer  返回值类型:System.Boolean
     形参列表:
148、方法名称:get_HasPassword  返回值类型:System.Boolean
     形参列表:
149、方法名称:get_HasRoutingSlip  返回值类型:System.Boolean
     形参列表:
150、方法名称:get_HasVBProject  返回值类型:System.Boolean
     形参列表:
151、方法名称:get_HTMLDivisions  返回值类型:Microsoft.Office.Interop.Word.HTMLDivisions
     形参列表:
152、方法名称:get_HTMLProject  返回值类型:Microsoft.Office.Core.HTMLProject
     形参列表:
153、方法名称:get_Hyperlinks  返回值类型:Microsoft.Office.Interop.Word.Hyperlinks
     形参列表:
154、方法名称:get_HyphenateCaps  返回值类型:System.Boolean
     形参列表:
155、方法名称:get_HyphenationZone  返回值类型:System.Int32
     形参列表:
156、方法名称:get_Indexes  返回值类型:Microsoft.Office.Interop.Word.Indexes
     形参列表:
157、方法名称:get_InlineShapes  返回值类型:Microsoft.Office.Interop.Word.InlineShapes
     形参列表:
158、方法名称:get_IsMasterDocument  返回值类型:System.Boolean
     形参列表:
159、方法名称:get_IsSubdocument  返回值类型:System.Boolean
     形参列表:
160、方法名称:get_JustificationMode  返回值类型:Microsoft.Office.Interop.Word.WdJustificationMode
     形参列表:
161、方法名称:get_KerningByAlgorithm  返回值类型:System.Boolean
     形参列表:
162、方法名称:get_Kind  返回值类型:Microsoft.Office.Interop.Word.WdDocumentKind
     形参列表:
163、方法名称:get_LanguageDetected  返回值类型:System.Boolean
     形参列表:
164、方法名称:get_ListParagraphs  返回值类型:Microsoft.Office.Interop.Word.ListParagraphs
     形参列表:
165、方法名称:get_Lists  返回值类型:Microsoft.Office.Interop.Word.Lists
     形参列表:
166、方法名称:get_ListTemplates  返回值类型:Microsoft.Office.Interop.Word.ListTemplates
     形参列表:
167、方法名称:get_LockQuickStyleSet  返回值类型:System.Boolean
     形参列表:
168、方法名称:get_LockTheme  返回值类型:System.Boolean
     形参列表:
169、方法名称:get_MailEnvelope  返回值类型:Microsoft.Office.Core.MsoEnvelope
     形参列表:
170、方法名称:get_Mailer  返回值类型:Microsoft.Office.Interop.Word.Mailer
     形参列表:
171、方法名称:get_MailMerge  返回值类型:Microsoft.Office.Interop.Word.MailMerge
     形参列表:
172、方法名称:get_Name  返回值类型:System.String
     形参列表:
173、方法名称:get_NoLineBreakAfter  返回值类型:System.String
     形参列表:
174、方法名称:get_NoLineBreakBefore  返回值类型:System.String
     形参列表:
175、方法名称:get_OMathBreakBin  返回值类型:Microsoft.Office.Interop.Word.WdOMathBreakBin
     形参列表:
176、方法名称:get_OMathBreakSub  返回值类型:Microsoft.Office.Interop.Word.WdOMathBreakSub
     形参列表:
177、方法名称:get_OMathFontName  返回值类型:System.String
     形参列表:
178、方法名称:get_OMathIntSubSupLim  返回值类型:System.Boolean
     形参列表:
179、方法名称:get_OMathJc  返回值类型:Microsoft.Office.Interop.Word.WdOMathJc
     形参列表:
180、方法名称:get_OMathLeftMargin  返回值类型:System.Single
     形参列表:
181、方法名称:get_OMathNarySupSubLim  返回值类型:System.Boolean
     形参列表:
182、方法名称:get_OMathRightMargin  返回值类型:System.Single
     形参列表:
183、方法名称:get_OMaths  返回值类型:Microsoft.Office.Interop.Word.OMaths
     形参列表:
184、方法名称:get_OMathSmallFrac  返回值类型:System.Boolean
     形参列表:
185、方法名称:get_OMathWrap  返回值类型:System.Single
     形参列表:
186、方法名称:get_OpenEncoding  返回值类型:Microsoft.Office.Core.MsoEncoding
     形参列表:
187、方法名称:get_OptimizeForWord97  返回值类型:System.Boolean
     形参列表:
188、方法名称:get_OriginalDocumentTitle  返回值类型:System.String
     形参列表:
189、方法名称:get_PageSetup  返回值类型:Microsoft.Office.Interop.Word.PageSetup
     形参列表:
190、方法名称:get_Paragraphs  返回值类型:Microsoft.Office.Interop.Word.Paragraphs
     形参列表:
191、方法名称:get_Parent  返回值类型:System.Object
     形参列表:
192、方法名称:get_PasswordEncryptionAlgorithm  返回值类型:System.String
     形参列表:
193、方法名称:get_PasswordEncryptionFileProperties  返回值类型:System.Boolean
     形参列表:
194、方法名称:get_PasswordEncryptionKeyLength  返回值类型:System.Int32
     形参列表:
195、方法名称:get_PasswordEncryptionProvider  返回值类型:System.String
     形参列表:
196、方法名称:get_Path  返回值类型:System.String
     形参列表:
197、方法名称:get_Permission  返回值类型:Microsoft.Office.Core.Permission
     形参列表:
198、方法名称:get_PrintFormsData  返回值类型:System.Boolean
     形参列表:
199、方法名称:get_PrintFractionalWidths  返回值类型:System.Boolean
     形参列表:
200、方法名称:get_PrintPostScriptOverText  返回值类型:System.Boolean
     形参列表:
201、方法名称:get_PrintRevisions  返回值类型:System.Boolean
     形参列表:
202、方法名称:get_ProtectionType  返回值类型:Microsoft.Office.Interop.Word.WdProtectionType
     形参列表:
203、方法名称:get_ReadabilityStatistics  返回值类型:Microsoft.Office.Interop.Word.ReadabilityStatistics
     形参列表:
204、方法名称:get_ReadingLayoutSizeX  返回值类型:System.Int32
     形参列表:
205、方法名称:get_ReadingLayoutSizeY  返回值类型:System.Int32
     形参列表:
206、方法名称:get_ReadingModeLayoutFrozen  返回值类型:System.Boolean
     形参列表:
207、方法名称:get_ReadOnly  返回值类型:System.Boolean
     形参列表:
208、方法名称:get_ReadOnlyRecommended  返回值类型:System.Boolean
     形参列表:
209、方法名称:get_RemoveDateAndTime  返回值类型:System.Boolean
     形参列表:
210、方法名称:get_RemovePersonalInformation  返回值类型:System.Boolean
     形参列表:
211、方法名称:get_Research  返回值类型:Microsoft.Office.Interop.Word.Research
     形参列表:
212、方法名称:get_RevisedDocumentTitle  返回值类型:System.String
     形参列表:
213、方法名称:get_Revisions  返回值类型:Microsoft.Office.Interop.Word.Revisions
     形参列表:
214、方法名称:get_Routed  返回值类型:System.Boolean
     形参列表:
215、方法名称:get_RoutingSlip  返回值类型:Microsoft.Office.Interop.Word.RoutingSlip
     形参列表:
216、方法名称:get_Saved  返回值类型:System.Boolean
     形参列表:
217、方法名称:get_SaveEncoding  返回值类型:Microsoft.Office.Core.MsoEncoding
     形参列表:
218、方法名称:get_SaveFormat  返回值类型:System.Int32
     形参列表:
219、方法名称:get_SaveFormsData  返回值类型:System.Boolean
     形参列表:
220、方法名称:get_SaveSubsetFonts  返回值类型:System.Boolean
     形参列表:
221、方法名称:get_Scripts  返回值类型:Microsoft.Office.Core.Scripts
     形参列表:
222、方法名称:get_Sections  返回值类型:Microsoft.Office.Interop.Word.Sections
     形参列表:
223、方法名称:get_Sentences  返回值类型:Microsoft.Office.Interop.Word.Sentences
     形参列表:
224、方法名称:get_ServerPolicy  返回值类型:Microsoft.Office.Core.ServerPolicy
     形参列表:
225、方法名称:get_Shapes  返回值类型:Microsoft.Office.Interop.Word.Shapes
     形参列表:
226、方法名称:get_SharedWorkspace  返回值类型:Microsoft.Office.Core.SharedWorkspace
     形参列表:
227、方法名称:get_ShowGrammaticalErrors  返回值类型:System.Boolean
     形参列表:
228、方法名称:get_ShowRevisions  返回值类型:System.Boolean
     形参列表:
229、方法名称:get_ShowSpellingErrors  返回值类型:System.Boolean
     形参列表:
230、方法名称:get_ShowSummary  返回值类型:System.Boolean
     形参列表:
231、方法名称:get_Signatures  返回值类型:Microsoft.Office.Core.SignatureSet
     形参列表:
232、方法名称:get_SmartDocument  返回值类型:Microsoft.Office.Core.SmartDocument
     形参列表:
233、方法名称:get_SmartTags  返回值类型:Microsoft.Office.Interop.Word.SmartTags
     形参列表:
234、方法名称:get_SmartTagsAsXMLProps  返回值类型:System.Boolean
     形参列表:
235、方法名称:get_SnapToGrid  返回值类型:System.Boolean
     形参列表:
236、方法名称:get_SnapToShapes  返回值类型:System.Boolean
     形参列表:
237、方法名称:get_SpellingChecked  返回值类型:System.Boolean
     形参列表:
238、方法名称:get_SpellingErrors  返回值类型:Microsoft.Office.Interop.Word.ProofreadingErrors
     形参列表:
239、方法名称:get_StoryRanges  返回值类型:Microsoft.Office.Interop.Word.StoryRanges
     形参列表:
240、方法名称:get_Styles  返回值类型:Microsoft.Office.Interop.Word.Styles
     形参列表:
241、方法名称:get_StyleSheets  返回值类型:Microsoft.Office.Interop.Word.StyleSheets
     形参列表:
242、方法名称:get_StyleSortMethod  返回值类型:Microsoft.Office.Interop.Word.WdStyleSort
     形参列表:
243、方法名称:get_Subdocuments  返回值类型:Microsoft.Office.Interop.Word.Subdocuments
     形参列表:
244、方法名称:get_SummaryLength  返回值类型:System.Int32
     形参列表:
245、方法名称:get_SummaryViewMode  返回值类型:Microsoft.Office.Interop.Word.WdSummaryMode
     形参列表:
246、方法名称:get_Sync  返回值类型:Microsoft.Office.Core.Sync
     形参列表:
247、方法名称:get_Tables  返回值类型:Microsoft.Office.Interop.Word.Tables
     形参列表:
248、方法名称:get_TablesOfAuthorities  返回值类型:Microsoft.Office.Interop.Word.TablesOfAuthorities
     形参列表:
249、方法名称:get_TablesOfAuthoritiesCategories  返回值类型:Microsoft.Office.Interop.Word.TablesOfAuthoritiesCategories
     形参列表:
250、方法名称:get_TablesOfContents  返回值类型:Microsoft.Office.Interop.Word.TablesOfContents
     形参列表:
251、方法名称:get_TablesOfFigures  返回值类型:Microsoft.Office.Interop.Word.TablesOfFigures
     形参列表:
252、方法名称:get_TextEncoding  返回值类型:Microsoft.Office.Core.MsoEncoding
     形参列表:
253、方法名称:get_TextLineEnding  返回值类型:Microsoft.Office.Interop.Word.WdLineEndingType
     形参列表:
254、方法名称:get_TrackFormatting  返回值类型:System.Boolean
     形参列表:
255、方法名称:get_TrackMoves  返回值类型:System.Boolean
     形参列表:
256、方法名称:get_TrackRevisions  返回值类型:System.Boolean
     形参列表:
257、方法名称:get_Type  返回值类型:Microsoft.Office.Interop.Word.WdDocumentType
     形参列表:
258、方法名称:get_UpdateStylesOnOpen  返回值类型:System.Boolean
     形参列表:
259、方法名称:get_UseMathDefaults  返回值类型:System.Boolean
     形参列表:
260、方法名称:get_UserControl  返回值类型:System.Boolean
     形参列表:
261、方法名称:get_Variables  返回值类型:Microsoft.Office.Interop.Word.Variables
     形参列表:
262、方法名称:get_VBASigned  返回值类型:System.Boolean
     形参列表:
263、方法名称:get_VBProject  返回值类型:Microsoft.Vbe.Interop.VBProject
     形参列表:
264、方法名称:get_Versions  返回值类型:Microsoft.Office.Interop.Word.Versions
     形参列表:
265、方法名称:get_WebOptions  返回值类型:Microsoft.Office.Interop.Word.WebOptions
     形参列表:
266、方法名称:get_Windows  返回值类型:Microsoft.Office.Interop.Word.Windows
     形参列表:
267、方法名称:get_WordOpenXML  返回值类型:System.String
     形参列表:
268、方法名称:get_Words  返回值类型:Microsoft.Office.Interop.Word.Words
     形参列表:
269、方法名称:get_WriteReserved  返回值类型:System.Boolean
     形参列表:
270、方法名称:get_XMLHideNamespaces  返回值类型:System.Boolean
     形参列表:
271、方法名称:get_XMLNodes  返回值类型:Microsoft.Office.Interop.Word.XMLNodes
     形参列表:
272、方法名称:get_XMLSaveDataOnly  返回值类型:System.Boolean
     形参列表:
273、方法名称:get_XMLSaveThroughXSLT  返回值类型:System.String
     形参列表:
274、方法名称:get_XMLSchemaReferences  返回值类型:Microsoft.Office.Interop.Word.XMLSchemaReferences
     形参列表:
275、方法名称:get_XMLSchemaViolations  返回值类型:Microsoft.Office.Interop.Word.XMLNodes
     形参列表:
276、方法名称:get_XMLShowAdvancedErrors  返回值类型:System.Boolean
     形参列表:
277、方法名称:get_XMLUseXSLTWhenSaving  返回值类型:System.Boolean
     形参列表:
278、方法名称:GetCrossReferenceItems  返回值类型:System.Object
     形参列表:
     参数名称:ReferenceType  类型:System.Object&
279、方法名称:GetHashCode  返回值类型:System.Int32
     形参列表:
280、方法名称:GetLetterContent  返回值类型:Microsoft.Office.Interop.Word.LetterContent
     形参列表:
281、方法名称:GetLifetimeService  返回值类型:System.Object
     形参列表:
282、方法名称:GetType  返回值类型:System.Type
     形参列表:
283、方法名称:GetWorkflowTasks  返回值类型:Microsoft.Office.Core.WorkflowTasks
     形参列表:
284、方法名称:GetWorkflowTemplates  返回值类型:Microsoft.Office.Core.WorkflowTemplates
     形参列表:
285、方法名称:GoTo  返回值类型:Microsoft.Office.Interop.Word.Range
     形参列表:
     参数名称:What  类型:System.Object&
     参数名称:Which  类型:System.Object&
     参数名称:Count  类型:System.Object&
     参数名称:Name  类型:System.Object&
286、方法名称:InitializeLifetimeService  返回值类型:System.Object
     形参列表:
287、方法名称:LockServerFile  返回值类型:System.Void
     形参列表:
288、方法名称:MakeCompatibilityDefault  返回值类型:System.Void
     形参列表:
289、方法名称:ManualHyphenation  返回值类型:System.Void
     形参列表:
290、方法名称:Merge  返回值类型:System.Void
     形参列表:
     参数名称:FileName  类型:System.String
     参数名称:MergeTarget  类型:System.Object&
     参数名称:DetectFormatChanges  类型:System.Object&
     参数名称:UseFormattingFrom  类型:System.Object&
     参数名称:AddToRecentFiles  类型:System.Object&
291、方法名称:Merge2000  返回值类型:System.Void
     形参列表:
     参数名称:FileName  类型:System.String
292、方法名称:Post  返回值类型:System.Void
     形参列表:
293、方法名称:PresentIt  返回值类型:System.Void
     形参列表:
294、方法名称:PrintOut  返回值类型:System.Void
     形参列表:
     参数名称:Background  类型:System.Object&
     参数名称:Append  类型:System.Object&
     参数名称:Range  类型:System.Object&
     参数名称:OutputFileName  类型:System.Object&
     参数名称:From  类型:System.Object&
     参数名称:To  类型:System.Object&
     参数名称:Item  类型:System.Object&
     参数名称:Copies  类型:System.Object&
     参数名称:Pages  类型:System.Object&
     参数名称:PageType  类型:System.Object&
     参数名称:PrintToFile  类型:System.Object&
     参数名称:Collate  类型:System.Object&
     参数名称:ActivePrinterMacGX  类型:System.Object&
     参数名称:ManualDuplexPrint  类型:System.Object&
     参数名称:PrintZoomColumn  类型:System.Object&
     参数名称:PrintZoomRow  类型:System.Object&
     参数名称:PrintZoomPaperWidth  类型:System.Object&
     参数名称:PrintZoomPaperHeight  类型:System.Object&
295、方法名称:PrintOut2000  返回值类型:System.Void
     形参列表:
     参数名称:Background  类型:System.Object&
     参数名称:Append  类型:System.Object&
     参数名称:Range  类型:System.Object&
     参数名称:OutputFileName  类型:System.Object&
     参数名称:From  类型:System.Object&
     参数名称:To  类型:System.Object&
     参数名称:Item  类型:System.Object&
     参数名称:Copies  类型:System.Object&
     参数名称:Pages  类型:System.Object&
     参数名称:PageType  类型:System.Object&
     参数名称:PrintToFile  类型:System.Object&
     参数名称:Collate  类型:System.Object&
     参数名称:ActivePrinterMacGX  类型:System.Object&
     参数名称:ManualDuplexPrint  类型:System.Object&
     参数名称:PrintZoomColumn  类型:System.Object&
     参数名称:PrintZoomRow  类型:System.Object&
     参数名称:PrintZoomPaperWidth  类型:System.Object&
     参数名称:PrintZoomPaperHeight  类型:System.Object&
296、方法名称:PrintOutOld  返回值类型:System.Void
     形参列表:
     参数名称:Background  类型:System.Object&
     参数名称:Append  类型:System.Object&
     参数名称:Range  类型:System.Object&
     参数名称:OutputFileName  类型:System.Object&
     参数名称:From  类型:System.Object&
     参数名称:To  类型:System.Object&
     参数名称:Item  类型:System.Object&
     参数名称:Copies  类型:System.Object&
     参数名称:Pages  类型:System.Object&
     参数名称:PageType  类型:System.Object&
     参数名称:PrintToFile  类型:System.Object&
     参数名称:Collate  类型:System.Object&
     参数名称:ActivePrinterMacGX  类型:System.Object&
     参数名称:ManualDuplexPrint  类型:System.Object&
297、方法名称:PrintPreview  返回值类型:System.Void
     形参列表:
298、方法名称:Protect  返回值类型:System.Void
     形参列表:
     参数名称:Type  类型:Microsoft.Office.Interop.Word.WdProtectionType
     参数名称:NoReset  类型:System.Object&
     参数名称:Password  类型:System.Object&
     参数名称:UseIRM  类型:System.Object&
     参数名称:EnforceStyleLock  类型:System.Object&
299、方法名称:Protect2002  返回值类型:System.Void
     形参列表:
     参数名称:Type  类型:Microsoft.Office.Interop.Word.WdProtectionType
     参数名称:NoReset  类型:System.Object&
     参数名称:Password  类型:System.Object&
300、方法名称:Range  返回值类型:Microsoft.Office.Interop.Word.Range
     形参列表:
     参数名称:Start  类型:System.Object&
     参数名称:End  类型:System.Object&
301、方法名称:RecheckSmartTags  返回值类型:System.Void
     形参列表:
302、方法名称:Redo  返回值类型:System.Boolean
     形参列表:
     参数名称:Times  类型:System.Object&
303、方法名称:RejectAllRevisions  返回值类型:System.Void
     形参列表:
304、方法名称:RejectAllRevisionsShown  返回值类型:System.Void
     形参列表:
305、方法名称:Reload  返回值类型:System.Void
     形参列表:
306、方法名称:ReloadAs  返回值类型:System.Void
     形参列表:
     参数名称:Encoding  类型:Microsoft.Office.Core.MsoEncoding
307、方法名称:remove_BuildingBlockInsert  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_BuildingBlockInsertEventHandler
308、方法名称:remove_Close  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_CloseEventHandler
309、方法名称:remove_ContentControlAfterAdd  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlAfterAddEventHandler
310、方法名称:remove_ContentControlBeforeContentUpdate  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlBeforeContentUpdateEventHandler
311、方法名称:remove_ContentControlBeforeDelete  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlBeforeDeleteEventHandler
312、方法名称:remove_ContentControlBeforeStoreUpdate  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler
313、方法名称:remove_ContentControlOnEnter  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlOnEnterEventHandler
314、方法名称:remove_ContentControlOnExit  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlOnExitEventHandler
315、方法名称:remove_New  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_NewEventHandler
316、方法名称:remove_Open  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_OpenEventHandler
317、方法名称:remove_Sync  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_SyncEventHandler
318、方法名称:remove_XMLAfterInsert  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_XMLAfterInsertEventHandler
319、方法名称:remove_XMLBeforeDelete  返回值类型:System.Void
     形参列表:
     参数名称:  类型:Microsoft.Office.Interop.Word.DocumentEvents2_XMLBeforeDeleteEventHandler
320、方法名称:RemoveDocumentInformation  返回值类型:System.Void
     形参列表:
     参数名称:RemoveDocInfoType  类型:Microsoft.Office.Interop.Word.WdRemoveDocInfoType
321、方法名称:RemoveDocumentWorkspaceHeader  返回值类型:System.Void
     形参列表:
     参数名称:ID  类型:System.String
322、方法名称:RemoveLockedStyles  返回值类型:System.Void
     形参列表:
323、方法名称:RemoveNumbers  返回值类型:System.Void
     形参列表:
     参数名称:NumberType  类型:System.Object&
324、方法名称:RemoveSmartTags  返回值类型:System.Void
     形参列表:
325、方法名称:RemoveTheme  返回值类型:System.Void
     形参列表:
326、方法名称:Repaginate  返回值类型:System.Void
     形参列表:
327、方法名称:Reply  返回值类型:System.Void
     形参列表:
328、方法名称:ReplyAll  返回值类型:System.Void
     形参列表:
329、方法名称:ReplyWithChanges  返回值类型:System.Void
     形参列表:
     参数名称:ShowMessage  类型:System.Object&
330、方法名称:ResetFormFields  返回值类型:System.Void
     形参列表:
331、方法名称:Route  返回值类型:System.Void
     形参列表:
332、方法名称:RunAutoMacro  返回值类型:System.Void
     形参列表:
     参数名称:Which  类型:Microsoft.Office.Interop.Word.WdAutoMacros
333、方法名称:RunLetterWizard  返回值类型:System.Void
     形参列表:
     参数名称:LetterContent  类型:System.Object&
     参数名称:WizardMode  类型:System.Object&
334、方法名称:Save  返回值类型:System.Void
     形参列表:
335、方法名称:SaveAs  返回值类型:System.Void
     形参列表:
     参数名称:FileName  类型:System.Object&
     参数名称:FileFormat  类型:System.Object&
     参数名称:LockComments  类型:System.Object&
     参数名称:Password  类型:System.Object&
     参数名称:AddToRecentFiles  类型:System.Object&
     参数名称:WritePassword  类型:System.Object&
     参数名称:ReadOnlyRecommended  类型:System.Object&
     参数名称:EmbedTrueTypeFonts  类型:System.Object&
     参数名称:SaveNativePictureFormat  类型:System.Object&
     参数名称:SaveFormsData  类型:System.Object&
     参数名称:SaveAsAOCELetter  类型:System.Object&
     参数名称:Encoding  类型:System.Object&
     参数名称:InsertLineBreaks  类型:System.Object&
     参数名称:AllowSubstitutions  类型:System.Object&
     参数名称:LineEnding  类型:System.Object&
     参数名称:AddBiDiMarks  类型:System.Object&
336、方法名称:SaveAs2  返回值类型:System.Void
     形参列表:
     参数名称:FileName  类型:System.Object&
     参数名称:FileFormat  类型:System.Object&
     参数名称:LockComments  类型:System.Object&
     参数名称:Password  类型:System.Object&
     参数名称:AddToRecentFiles  类型:System.Object&
     参数名称:WritePassword  类型:System.Object&
     参数名称:ReadOnlyRecommended  类型:System.Object&
     参数名称:EmbedTrueTypeFonts  类型:System.Object&
     参数名称:SaveNativePictureFormat  类型:System.Object&
     参数名称:SaveFormsData  类型:System.Object&
     参数名称:SaveAsAOCELetter  类型:System.Object&
     参数名称:Encoding  类型:System.Object&
     参数名称:InsertLineBreaks  类型:System.Object&
     参数名称:AllowSubstitutions  类型:System.Object&
     参数名称:LineEnding  类型:System.Object&
     参数名称:AddBiDiMarks  类型:System.Object&
     参数名称:CompatibilityMode  类型:System.Object&
337、方法名称:SaveAs2000  返回值类型:System.Void
     形参列表:
     参数名称:FileName  类型:System.Object&
     参数名称:FileFormat  类型:System.Object&
     参数名称:LockComments  类型:System.Object&
     参数名称:Password  类型:System.Object&
     参数名称:AddToRecentFiles  类型:System.Object&
     参数名称:WritePassword  类型:System.Object&
     参数名称:ReadOnlyRecommended  类型:System.Object&
     参数名称:EmbedTrueTypeFonts  类型:System.Object&
     参数名称:SaveNativePictureFormat  类型:System.Object&
     参数名称:SaveFormsData  类型:System.Object&
     参数名称:SaveAsAOCELetter  类型:System.Object&
338、方法名称:SaveAsQuickStyleSet  返回值类型:System.Void
     形参列表:
     参数名称:FileName  类型:System.String
339、方法名称:sblt  返回值类型:System.Void
     形参列表:
     参数名称:s  类型:System.String
340、方法名称:Select  返回值类型:System.Void
     形参列表:
341、方法名称:SelectAllEditableRanges  返回值类型:System.Void
     形参列表:
     参数名称:EditorID  类型:System.Object&
342、方法名称:SelectContentControlsByTag  返回值类型:Microsoft.Office.Interop.Word.ContentControls
     形参列表:
     参数名称:Tag  类型:System.String
343、方法名称:SelectContentControlsByTitle  返回值类型:Microsoft.Office.Interop.Word.ContentControls
     形参列表:
     参数名称:Title  类型:System.String
344、方法名称:SelectLinkedControls  返回值类型:Microsoft.Office.Interop.Word.ContentControls
     形参列表:
     参数名称:Node  类型:Microsoft.Office.Core.CustomXMLNode
345、方法名称:SelectNodes  返回值类型:Microsoft.Office.Interop.Word.XMLNodes
     形参列表:
     参数名称:XPath  类型:System.String
     参数名称:PrefixMapping  类型:System.String
     参数名称:FastSearchSkippingTextNodes  类型:System.Boolean
346、方法名称:SelectSingleNode  返回值类型:Microsoft.Office.Interop.Word.XMLNode
     形参列表:
     参数名称:XPath  类型:System.String
     参数名称:PrefixMapping  类型:System.String
     参数名称:FastSearchSkippingTextNodes  类型:System.Boolean
347、方法名称:SelectUnlinkedControls  返回值类型:Microsoft.Office.Interop.Word.ContentControls
     形参列表:
     参数名称:Stream  类型:Microsoft.Office.Core.CustomXMLPart
348、方法名称:SendFax  返回值类型:System.Void
     形参列表:
     参数名称:Address  类型:System.String
     参数名称:Subject  类型:System.Object&
349、方法名称:SendFaxOverInternet  返回值类型:System.Void
     形参列表:
     参数名称:Recipients  类型:System.Object&
     参数名称:Subject  类型:System.Object&
     参数名称:ShowMessage  类型:System.Object&
350、方法名称:SendForReview  返回值类型:System.Void
     形参列表:
     参数名称:Recipients  类型:System.Object&
     参数名称:Subject  类型:System.Object&
     参数名称:ShowMessage  类型:System.Object&
     参数名称:IncludeAttachment  类型:System.Object&
351、方法名称:SendMail  返回值类型:System.Void
     形参列表:
352、方法名称:SendMailer  返回值类型:System.Void
     形参列表:
     参数名称:FileFormat  类型:System.Object&
     参数名称:Priority  类型:System.Object&
353、方法名称:set__CodeName  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.String
354、方法名称:set_ActiveWritingStyle  返回值类型:System.Void
     形参列表:
     参数名称:LanguageID  类型:System.Object&
     参数名称:prop  类型:System.String
355、方法名称:set_AttachedTemplate  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Object&
356、方法名称:set_AutoFormatOverride  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
357、方法名称:set_AutoHyphenation  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
358、方法名称:set_Background  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.Shape
359、方法名称:set_ClickAndTypeParagraphStyle  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Object&
360、方法名称:set_Compatibility  返回值类型:System.Void
     形参列表:
     参数名称:Type  类型:Microsoft.Office.Interop.Word.WdCompatibility
     参数名称:prop  类型:System.Boolean
361、方法名称:set_ConsecutiveHyphensLimit  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Int32
362、方法名称:set_DefaultTabStop  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Single
363、方法名称:set_DefaultTargetFrame  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.String
364、方法名称:set_DisableFeatures  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
365、方法名称:set_DisableFeaturesIntroducedAfter  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter
366、方法名称:set_DoNotEmbedSystemFonts  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
367、方法名称:set_EmbedLinguisticData  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
368、方法名称:set_EmbedSmartTags  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
369、方法名称:set_EmbedTrueTypeFonts  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
370、方法名称:set_EncryptionProvider  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.String
371、方法名称:set_EnforceStyle  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
372、方法名称:set_FarEastLineBreakLanguage  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdFarEastLineBreakLanguageID
373、方法名称:set_FarEastLineBreakLevel  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdFarEastLineBreakLevel
374、方法名称:set_Final  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
375、方法名称:set_FormattingShowClear  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
376、方法名称:set_FormattingShowFilter  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdShowFilter
377、方法名称:set_FormattingShowFont  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
378、方法名称:set_FormattingShowNextLevel  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
379、方法名称:set_FormattingShowNumbering  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
380、方法名称:set_FormattingShowParagraph  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
381、方法名称:set_FormattingShowUserStyleName  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
382、方法名称:set_GrammarChecked  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
383、方法名称:set_GridDistanceHorizontal  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Single
384、方法名称:set_GridDistanceVertical  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Single
385、方法名称:set_GridOriginFromMargin  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
386、方法名称:set_GridOriginHorizontal  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Single
387、方法名称:set_GridOriginVertical  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Single
388、方法名称:set_GridSpaceBetweenHorizontalLines  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Int32
389、方法名称:set_GridSpaceBetweenVerticalLines  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Int32
390、方法名称:set_HasMailer  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
391、方法名称:set_HasRoutingSlip  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
392、方法名称:set_HyphenateCaps  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
393、方法名称:set_HyphenationZone  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Int32
394、方法名称:set_JustificationMode  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdJustificationMode
395、方法名称:set_KerningByAlgorithm  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
396、方法名称:set_Kind  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdDocumentKind
397、方法名称:set_LanguageDetected  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
398、方法名称:set_LockQuickStyleSet  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
399、方法名称:set_LockTheme  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
400、方法名称:set_NoLineBreakAfter  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.String
401、方法名称:set_NoLineBreakBefore  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.String
402、方法名称:set_OMathBreakBin  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdOMathBreakBin
403、方法名称:set_OMathBreakSub  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdOMathBreakSub
404、方法名称:set_OMathFontName  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.String
405、方法名称:set_OMathIntSubSupLim  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
406、方法名称:set_OMathJc  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdOMathJc
407、方法名称:set_OMathLeftMargin  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Single
408、方法名称:set_OMathNarySupSubLim  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
409、方法名称:set_OMathRightMargin  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Single
410、方法名称:set_OMathSmallFrac  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
411、方法名称:set_OMathWrap  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Single
412、方法名称:set_OptimizeForWord97  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
413、方法名称:set_PageSetup  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.PageSetup
414、方法名称:set_Password  返回值类型:System.Void
     形参列表:
     参数名称:  类型:System.String
415、方法名称:set_PrintFormsData  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
416、方法名称:set_PrintFractionalWidths  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
417、方法名称:set_PrintPostScriptOverText  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
418、方法名称:set_PrintRevisions  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
419、方法名称:set_ReadingLayoutSizeX  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Int32
420、方法名称:set_ReadingLayoutSizeY  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Int32
421、方法名称:set_ReadingModeLayoutFrozen  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
422、方法名称:set_ReadOnlyRecommended  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
423、方法名称:set_RemoveDateAndTime  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
424、方法名称:set_RemovePersonalInformation  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
425、方法名称:set_Saved  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
426、方法名称:set_SaveEncoding  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Core.MsoEncoding
427、方法名称:set_SaveFormsData  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
428、方法名称:set_SaveSubsetFonts  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
429、方法名称:set_ShowGrammaticalErrors  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
430、方法名称:set_ShowRevisions  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
431、方法名称:set_ShowSpellingErrors  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
432、方法名称:set_ShowSummary  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
433、方法名称:set_SmartTagsAsXMLProps  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
434、方法名称:set_SnapToGrid  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
435、方法名称:set_SnapToShapes  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
436、方法名称:set_SpellingChecked  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
437、方法名称:set_StyleSortMethod  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdStyleSort
438、方法名称:set_SummaryLength  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Int32
439、方法名称:set_SummaryViewMode  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdSummaryMode
440、方法名称:set_TextEncoding  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Core.MsoEncoding
441、方法名称:set_TextLineEnding  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:Microsoft.Office.Interop.Word.WdLineEndingType
442、方法名称:set_TrackFormatting  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
443、方法名称:set_TrackMoves  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
444、方法名称:set_TrackRevisions  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
445、方法名称:set_UpdateStylesOnOpen  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
446、方法名称:set_UseMathDefaults  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
447、方法名称:set_UserControl  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
448、方法名称:set_WritePassword  返回值类型:System.Void
     形参列表:
     参数名称:  类型:System.String
449、方法名称:set_XMLHideNamespaces  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
450、方法名称:set_XMLSaveDataOnly  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
451、方法名称:set_XMLSaveThroughXSLT  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.String
452、方法名称:set_XMLShowAdvancedErrors  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
453、方法名称:set_XMLUseXSLTWhenSaving  返回值类型:System.Void
     形参列表:
     参数名称:prop  类型:System.Boolean
454、方法名称:SetCompatibilityMode  返回值类型:System.Void
     形参列表:
     参数名称:Mode  类型:System.Int32
455、方法名称:SetDefaultTableStyle  返回值类型:System.Void
     形参列表:
     参数名称:Style  类型:System.Object&
     参数名称:SetInTemplate  类型:System.Boolean
456、方法名称:SetLetterContent  返回值类型:System.Void
     形参列表:
     参数名称:LetterContent  类型:System.Object&
457、方法名称:SetPasswordEncryptionOptions  返回值类型:System.Void
     形参列表:
     参数名称:PasswordEncryptionProvider  类型:System.String
     参数名称:PasswordEncryptionAlgorithm  类型:System.String
     参数名称:PasswordEncryptionKeyLength  类型:System.Int32
     参数名称:PasswordEncryptionFileProperties  类型:System.Object&
458、方法名称:ToggleFormsDesign  返回值类型:System.Void
     形参列表:
459、方法名称:ToString  返回值类型:System.String
     形参列表:
460、方法名称:TransformDocument  返回值类型:System.Void
     形参列表:
     参数名称:Path  类型:System.String
     参数名称:DataOnly  类型:System.Boolean
461、方法名称:Undo  返回值类型:System.Boolean
     形参列表:
     参数名称:Times  类型:System.Object&
462、方法名称:UndoClear  返回值类型:System.Void
     形参列表:
463、方法名称:UnfreezeLayout  返回值类型:System.Void
     形参列表:
464、方法名称:Unprotect  返回值类型:System.Void
     形参列表:
     参数名称:Password  类型:System.Object&
465、方法名称:UpdateStyles  返回值类型:System.Void
     形参列表:
466、方法名称:UpdateSummaryProperties  返回值类型:System.Void
     形参列表:
467、方法名称:ViewCode  返回值类型:System.Void
     形参列表:
468、方法名称:ViewPropertyBrowser  返回值类型:System.Void
     形参列表:
469、方法名称:WebPagePreview  返回值类型:System.Void
     形参列表:




  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值