Click or drag to resize
WdRulerStyle Enumeration
Specifies the way Word adjusts the table when the left indent is changed.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum WdRulerStyle
Members
  Member nameValueDescription
wdAdjustNone0 Adjusts the left edge of row or rows, preserving the width of all columns by shifting them to the left or right. This is the default value.
wdAdjustProportional1 Adjusts the left edge of the first column, preserving the position of the right edge of the table by proportionally adjusting the widths of all the cells in the specified row or rows.
wdAdjustFirstColumn2 Adjusts the left edge of the first column only, preserving the positions of the other columns and the right edge of the table.
wdAdjustSameWidth3 Adjusts the left edge of the first column, preserving the position of the right edge of the table by setting the widths of all the cells in the specified row or rows to the same value.
See Also