Edit

Share via


Word.RulerStyle enum

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

Fields

firstColumn = "FirstColumn"

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

none = "None"

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.

proportional = "Proportional"

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.

sameWidth = "SameWidth"

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.