Styles.Add(String, Object) 方法

定义

返回一个 Style 对象,该对象表示添加到样式列表的新用户定义样式。

public Microsoft.Office.Interop.Word.Style Add (string Name, ref object Type);
abstract member Add : string * obj -> Microsoft.Office.Interop.Word.Style
Public Function Add (Name As String, Optional ByRef Type As Object) As Style

参数

Name
String

必需的 字符串 。 新样式的字符串名称。

Type
Object

可选 对象。 新样式的样式类型。 可以是以下 WdStyleType 常量之一: wdStyleTypeParagraphwdStyleTypeCharacterwdStyleTypeListwdStyleTypeTable

返回

适用于