WdPreferredWidthType Enumeration |
Specifies the preferred unit of measure to use when measuring the width of an item.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic enum WdPreferredWidthType
Public Enumeration WdPreferredWidthType
Members
| Member 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.
|
See Also