WdFrameSizeRule Enumeration
Specifies how Word interprets the rule used to determine the height or width of a frame.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdFrameSizeRule
'Usage
Dim instance As WdFrameSizeRule
public enum WdFrameSizeRule
Members
Member name | Description | |
---|---|---|
wdFrameAuto | Sets the height or width according to the height or width of the item in the frame. | |
wdFrameAtLeast | Sets the height or width to a value equal to or greater than the value specified by the Height property or Width property. | |
wdFrameExact | Sets the height or width to an exact value specified by the Height property or Width property. |