Edit

Share via


Word.AutoFitBehavior enum

Specifies how a table is resized to fit its contents or the window.

Remarks

[ API set: WordApiDesktop 1.4 ]

Fields

content = "Content"

Automatically resizes the table columns to fit the contents.

fixedSize = "FixedSize"

Disables automatic resizing. The table retains its current size.

window = "Window"

Automatically resizes the table to fit the window width.