WdRulerStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
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. |
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. |