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)

Usage

Dim wdFrameSizeRule1 As WdFrameSizeRule = WdFrameSizeRule.wdFrameAtLeast

Syntax

Public Enum WdFrameSizeRule
public enum WdFrameSizeRule
public enum class WdFrameSizeRule
public enum WdFrameSizeRule
public enum WdFrameSizeRule

Members

Member name Description
wdFrameAtLeast Sets the height or width to a value equal to or greater than the value specified by the Height property or Width property.
wdFrameAuto Sets the height or width according to the height or width of the item in the frame.
wdFrameExact Sets the height or width to an exact value specified by the Height property or Width property.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace