Word.AutoFitBehavior 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 how a table is resized to fit its contents or the window.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
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. |