WordProcessingProtection
WordProcessingProtection class
封装 WordProcessing 文档的文档保护选项,由 HTML 生成
public sealed class WordProcessingProtection
构造函数
姓名 | 描述 |
---|---|
WordProcessingProtection() | 无参数构造函数 - 所有参数都有默认值 |
WordProcessingProtection(WordProcessingProtectionType, string) | 允许在类实例化期间设置所有参数 |
特性
姓名 | 描述 |
---|---|
Password { get; set; } | 用于保护文档的密码。如果为 null 或空字符串 - 保护将不会应用于文档。 |
ProtectionType { get; set; } | 允许设置文档的保护类型。默认设置为完全不保护文档。 |