This documentation is archived and is not being maintained.
WdPreferredWidthType enumeration
Specifies the preferred unit of measure to use when measuring the width of an item.
Namespace:
Microsoft.Office.Interop.WordAssembly:
Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| wdPreferredWidthAuto | Automatically select the unit of measure to use based on the current selection. |
| wdPreferredWidthPercent | Measure the current item width using a specified percentage. |
| wdPreferredWidthPoints | Measure the current item width using a specified number of points. |