次の方法で共有


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

フィールド

DocumentProtectionValues(String)

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

Comments 2

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

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

Comments

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

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

Equals(Object)
Equals(DocumentProtectionValues)
Forms 4

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

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

Forms

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

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

GetHashCode()
None 0

編集制限なし。

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

None

編集制限なし。

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

Equality(DocumentProtectionValues, DocumentProtectionValues)
Inequality(DocumentProtectionValues, DocumentProtectionValues)
ReadOnly 1

編集を許可しない。

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

ReadOnly

編集を許可しない。

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

ToString()
TrackedChanges 3

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

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

TrackedChanges

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

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<DocumentProtectionValues>.Create(String)

適用対象