WdUseFormattingFrom Enum
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.
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
Name | Value | Description |
---|---|---|
wdFormattingFromCurrent | 0 | Copy source formatting from the current item. |
wdFormattingFromSelected | 1 | Copy source formatting from the current selection. |
wdFormattingFromPrompt | 2 | Prompt the user for formatting to use. |