WdUseFormattingFrom Enumeration

Specifies a source to copy formatting from.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdUseFormattingFrom
'Usage
Dim instance As WdUseFormattingFrom
public enum WdUseFormattingFrom

Members

Member name Description
wdFormattingFromCurrent Copy source formatting from the current item.
wdFormattingFromSelected Copy source formatting from the current selection.
wdFormattingFromPrompt Prompt the user for formatting to use.

See Also

Reference

Microsoft.Office.Interop.Word Namespace