WdEnclosureType 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 type of symbol to use as an enclosure.
public enum class WdEnclosureType
[System.Runtime.InteropServices.Guid("F5505753-856C-33A5-9129-291F3E9F441D")]
public enum WdEnclosureType
type WdEnclosureType =
Public Enum WdEnclosureType
- Inheritance
-
WdEnclosureType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdEnclosureCircle | 0 | A circle. |
wdEnclosureSquare | 1 | A square. |
wdEnclosureTriangle | 2 | A triangle. |
wdEnclosureDiamond | 3 | A diamond. |