Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.FrameSizeRule enum

Package:
word

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

Remarks

API set: WordApiDesktop 1.3

Used by

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.


Feedback

Was this page helpful?