WdFrameSizeRule Enum

Definition

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

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.

wdFrameAuto 0

Sets the height or width according to the height or width of the item in the frame.

wdFrameExact 2

Sets the height or width to an exact value specified by the Height property or Width property.

Applies to