WdUseFormattingFrom Enum

Definition

Specifies a source to copy formatting from.

public enum class WdUseFormattingFrom
[System.Runtime.InteropServices.Guid("1CCEE46E-16CC-3685-80A3-B19C6006398C")]
public enum WdUseFormattingFrom
type WdUseFormattingFrom = 
Public Enum WdUseFormattingFrom
Inheritance
WdUseFormattingFrom
Attributes

Fields

wdFormattingFromCurrent 0

Copy source formatting from the current item.

wdFormattingFromPrompt 2

Prompt the user for formatting to use.

wdFormattingFromSelected 1

Copy source formatting from the current selection.

Applies to