Word.PreferredWidthType enum
Specifies the preferred unit of measure to use when measuring the width of an item.
Remarks
[ API set: WordApiDesktop 1.3 ]
Fields
| auto = "Auto" | Automatically select the unit of measure to use based on the current selection. |
| percent = "Percent" | Measure the current item width using a specified percentage. |
| points = "Points" | Measure the current item width using a specified number of points. |