WdPreferredWidthType Enum

Definition

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

public enum class WdPreferredWidthType
[System.Runtime.InteropServices.Guid("6502B78D-944A-36EE-BF60-F6B45716C4ED")]
public enum WdPreferredWidthType
type WdPreferredWidthType = 
Public Enum WdPreferredWidthType
Inheritance
WdPreferredWidthType
Attributes

Fields

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.

Applies to