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)

Usage

Dim wdPreferredWidthType1 As WdPreferredWidthType = WdPreferredWidthType.wdPreferredWidthAuto

Syntax

Public Enum WdPreferredWidthType
public enum WdPreferredWidthType
public enum class WdPreferredWidthType
public enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace