Options.PasteFormatBetweenStyledDocuments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a WdPasteOptions constant that represents how text is pasted when text is copied from a document that uses styles. Read/write.
public:
property Microsoft::Office::Interop::Word::WdPasteOptions PasteFormatBetweenStyledDocuments { Microsoft::Office::Interop::Word::WdPasteOptions get(); void set(Microsoft::Office::Interop::Word::WdPasteOptions value); };
public Microsoft.Office.Interop.Word.WdPasteOptions PasteFormatBetweenStyledDocuments { get; set; }
member this.PasteFormatBetweenStyledDocuments : Microsoft.Office.Interop.Word.WdPasteOptions with get, set
Public Property PasteFormatBetweenStyledDocuments As WdPasteOptions
Property Value
Remarks
Corresponds to the Pasting between two documents (with styles) option in the Advanced tab of the Word Options dialog box.