Click or drag to resize
WdPreferredWidthType Enumeration
Specifies the preferred unit of measure to use when measuring the width of an item.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum WdPreferredWidthType
Members
  Member nameValueDescription
wdPreferredWidthAuto1 Automatically select the unit of measure to use based on the current selection.
wdPreferredWidthPercent2 Measure the current item width using a specified percentage.
wdPreferredWidthPoints3 Measure the current item width using a specified number of points.
See Also