WdSalutationType 枚举
定义
指定要用于信函的称呼的类型。Specifies the type of salutation to use for a letter.
public enum class WdSalutationType
[System.Runtime.InteropServices.Guid("760A1DA4-732F-3807-9348-F1523975D7CB")]
public enum WdSalutationType
type WdSalutationType =
Public Enum WdSalutationType
- 继承
-
WdSalutationType
- 属性
字段
wdSalutationBusiness | 2 | 商业称呼。Business salutation |
wdSalutationFormal | 1 | 正式称呼。Format salutation. |
wdSalutationInformal | 0 | 非正式称呼。Informal salutation. |
wdSalutationOther | 3 | 自定义称呼。Custom salutation. |