次の方法で共有


Options.PasteFormatBetweenDocuments プロパティ

定義

別の Microsoft Office Word ドキュメントからテキストをコピーするときのテキストの貼り付け方法を表す定数を設定WdPasteOptionsまたは返します。 値の取得と設定が可能です。

public:
 property Microsoft::Office::Interop::Word::WdPasteOptions PasteFormatBetweenDocuments { Microsoft::Office::Interop::Word::WdPasteOptions get(); void set(Microsoft::Office::Interop::Word::WdPasteOptions value); };
public Microsoft.Office.Interop.Word.WdPasteOptions PasteFormatBetweenDocuments { get; set; }
member this.PasteFormatBetweenDocuments : Microsoft.Office.Interop.Word.WdPasteOptions with get, set
Public Property PasteFormatBetweenDocuments As WdPasteOptions

プロパティ値

WdPasteOptions

注釈

[ Word のオプション] ダイアログ ボックスの [ 詳細設定] タブにある [ 文書間での貼り付け] に対応しています。

適用対象