WdRulerStyle Enum

Definition

Specifies the way Word adjusts the table when the left indent is changed.

public enum class WdRulerStyle
[System.Runtime.InteropServices.Guid("B8749705-255F-370D-B1DD-4B027F6DE5B6")]
public enum WdRulerStyle
type WdRulerStyle = 
Public Enum WdRulerStyle
Inheritance
WdRulerStyle
Attributes

Fields

wdAdjustFirstColumn 2

Adjusts the left edge of the first column only, preserving the positions of the other columns and the right edge of the table.

wdAdjustNone 0

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.

wdAdjustProportional 1

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.

wdAdjustSameWidth 3

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.

Applies to