WdEncloseStyle 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 the relative size of an enclosure.
public enum class WdEncloseStyle
[System.Runtime.InteropServices.Guid("0F05520A-75C5-378A-A3B8-E7B89539F932")]
public enum WdEncloseStyle
type WdEncloseStyle =
Public Enum WdEncloseStyle
- Inheritance
-
WdEncloseStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdEncloseStyleNone | 0 | The enclosure assumes the default size. |
wdEncloseStyleSmall | 1 | The enclosure is smaller. |
wdEncloseStyleLarge | 2 | The enclosure is larger. |