次の方法で共有


DocumentProtectionValues 列挙型

定義

DocumentProtectionValues 列挙型を定義します。

public enum DocumentProtectionValues
public readonly struct DocumentProtectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues>
type DocumentProtectionValues = 
type DocumentProtectionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<DocumentProtectionValues>
Public Enum DocumentProtectionValues
Public Structure DocumentProtectionValues
Implements IEnumValue, IEnumValueFactory(Of DocumentProtectionValues), IEquatable(Of DocumentProtectionValues)
継承
DocumentProtectionValues
継承
DocumentProtectionValues

フィールド

名前 説明
None 0

編集制限なし。

項目を xml としてシリアル化されるときに、その値は "none" です。

ReadOnly 1

編集を許可しない。

アイテムを xml としてシリアル化されるときに、その値は "readOnly" になります。

Comments 2

コメントの編集を許可します。

項目を xml としてシリアル化されるときに、その値は "comments" です。

TrackedChanges 3

リビジョン追跡による編集を許可します。

アイテムを xml としてシリアル化されるときに、その値は "trackedChanges" です。

Forms 4

フォーム フィールドの編集を許可します。

アイテムを xml としてシリアル化されるときに、その値は "forms" です。

Comments

コメントの編集を許可します。

項目を xml としてシリアル化されるときに、その値は "comments" です。

DocumentProtectionValues(String)

新しい DocumentProtectionValues 列挙型インスタンスを作成します

Equality(DocumentProtectionValues, DocumentProtectionValues)
Equals(DocumentProtectionValues)
Equals(Object)
Forms

フォーム フィールドの編集を許可します。

アイテムを xml としてシリアル化されるときに、その値は "forms" です。

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<DocumentProtectionValues>.Create(String)
Inequality(DocumentProtectionValues, DocumentProtectionValues)
None

編集制限なし。

項目を xml としてシリアル化されるときに、その値は "none" です。

ReadOnly

編集を許可しない。

アイテムを xml としてシリアル化されるときに、その値は "readOnly" になります。

ToString()
TrackedChanges

リビジョン追跡による編集を許可します。

アイテムを xml としてシリアル化されるときに、その値は "trackedChanges" です。

適用対象