Edit

Share via


Word.FrameSizeRule enum

Represents how Word interprets the rule used to determine the height or width of a Word.Frame.

Remarks

[ API set: WordApiDesktop 1.3 ]

Fields

atLeast = "AtLeast"

The height or width is set to a value equal to or greater than the value specified by the height property or width property.

auto = "Auto"

The height or width is set according to the height or width of the item in the frame.

exact = "Exact"

The height or width is set to an exact value specified by the height property or width property.