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)

Usage

Dim wdUseFormattingFrom1 As WdUseFormattingFrom = WdUseFormattingFrom.wdFormattingFromCurrent

Syntax

Public Enum WdUseFormattingFrom
public enum WdUseFormattingFrom
public enum class WdUseFormattingFrom
public enum WdUseFormattingFrom
public enum WdUseFormattingFrom

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace