WdPreferredWidthType 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 preferred unit of measure to use when measuring the width of an item.
public enum class WdPreferredWidthType
[System.Runtime.InteropServices.Guid("6502B78D-944A-36EE-BF60-F6B45716C4ED")]
public enum WdPreferredWidthType
type WdPreferredWidthType =
Public Enum WdPreferredWidthType
- Inheritance
-
WdPreferredWidthType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPreferredWidthAuto | 1 | Automatically select the unit of measure to use based on the current selection. |
wdPreferredWidthPercent | 2 | Measure the current item width using a specified percentage. |
wdPreferredWidthPoints | 3 | Measure the current item width using a specified number of points. |