WdFrameSizeRule Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how Word interprets the rule used to determine the height or width of a frame.
public enum class WdFrameSizeRule
[System.Runtime.InteropServices.Guid("929F28B1-D115-39D0-BA39-2EA8425002F5")]
public enum WdFrameSizeRule
type WdFrameSizeRule =
Public Enum WdFrameSizeRule
- Inheritance
-
WdFrameSizeRule
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFrameAuto | 0 | Sets the height or width according to the height or width of the item in the frame. |
wdFrameAtLeast | 1 | Sets the height or width to a value equal to or greater than the value specified by the Height property or Width property. |
wdFrameExact | 2 | Sets the height or width to an exact value specified by the Height property or Width property. |