ApplyChanges

ApplyChanges(string, ApplyChangeOptions)

変更を承認または拒否し、結果のドキュメントに適用します。

public void ApplyChanges(string filePath, ApplyChangeOptions applyChangeOptions)
パラメータ タイプ 説明
filePath String 結果ファイルのパス
applyChangeOptions ApplyChangeOptions 変更オプションを適用

備考

もっと詳しく知る

関連項目


ApplyChanges(Stream, ApplyChangeOptions)

変更を承認または拒否し、結果のドキュメントに適用します。

public void ApplyChanges(Stream document, ApplyChangeOptions applyChangeOptions)
パラメータ タイプ 説明
document Stream 結果文書
applyChangeOptions ApplyChangeOptions 変更オプションを適用

備考

もっと詳しく知る

関連項目


ApplyChanges(string, SaveOptions, ApplyChangeOptions)

変更を承認または拒否し、結果のドキュメントに適用します。

public void ApplyChanges(string filePath, SaveOptions saveOptions, 
    ApplyChangeOptions applyChangeOptions)
パラメータ タイプ 説明
filePath String 結果ファイルのパス
saveOptions SaveOptions 保存オプション
applyChangeOptions ApplyChangeOptions 変更オプションを適用

備考

もっと詳しく知る

関連項目


ApplyChanges(Stream, SaveOptions, ApplyChangeOptions)

変更を承認または拒否し、結果のドキュメントに適用します。

public void ApplyChanges(Stream document, SaveOptions saveOptions, 
    ApplyChangeOptions applyChangeOptions)
パラメータ タイプ 説明
document Stream 結果文書
saveOptions SaveOptions 保存オプション
applyChangeOptions ApplyChangeOptions 変更オプションを適用

備考

もっと詳しく知る

関連項目