次の方法で共有


ProofState.Spelling プロパティ

定義

スペル チェックの状態

スキーマ内の次の属性を表します: w:spelling

[DocumentFormat.OpenXml.SchemaAttr(23, "spelling")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues> Spelling { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues> Spelling { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "spelling")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues>? Spelling { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:spelling")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues>? Spelling { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues>? Spelling { get; set; }
member this.Spelling : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "spelling")>]
member this.Spelling : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:spelling")>]
member this.Spelling : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues> with get, set
Public Property Spelling As EnumValue(Of ProofingStateValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

アプリケーションのスペル チェック エンジンが、ドキュメントの最後の保存時にスペル チェックを完了したかどうかを指定します。

この属性を省略すると、その値は (完了していない) と見なされます dirty

特定の WordprocessingML ドキュメントでスペル チェック エンジンと文章校正エンジンが文章校正とスペル チェックを完了したホスティング アプリケーションによって保存された WordprocessingML ドキュメントを考えてみましょう。 この状態は、ドキュメント設定で次の WordprocessingML を使用して指定します。

<w:proofState w:spelling="clean" w:grammar="clean" />  

spelling属性には、ホスティング アプリケーションのスペル チェック エンジンが最後に保存されたときに指定されたドキュメントのスペル チェックが完了したことを示す値cleanがあります。

この属性に使用できる値は、単純型によって ST_Proof 定義されます。

適用対象