Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.13 KB

Word.WdRulerStyle.md

File metadata and controls

24 lines (17 loc) · 1.13 KB
title api_name ms.assetid ms.date ms.localizationpriority
WdRulerStyle enumeration (Word)
Word.WdRulerStyle
819d51d2-a097-b8bd-4788-55facf1de192
06/08/2017
medium

WdRulerStyle enumeration (Word)

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

Name Value Description
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.

[!includeSupport and feedback]