Word.PreferredWidthType enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the preferred unit of measure to use when measuring the width of an item.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
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. |