Options.PasteFormatFromExternalSource Property

Definition

Returns or sets a WdPasteOptions constant that represents how text is pasted when text is copied from an external source, such as a Web page. Read/write.

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

Property Value

WdPasteOptions

Remarks

Corresponds to the Pasting from other programs option in the Advanced tab of the Word Options dialog box.

Applies to