WdPreferredWidthType Enumeration

Specifies the preferred unit of measure to use when measuring the width of an item.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdPreferredWidthType
'Usage
Dim instance As WdPreferredWidthType
public enum WdPreferredWidthType

Members

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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace