WdFramesetSizeType Enumeration 

Specifies how to interpret the height or width of a specified frame on a frames page.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdFramesetSizeType1 As WdFramesetSizeType = WdFramesetSizeType.wdFramesetSizeTypeFixed

Syntax

Public Enum WdFramesetSizeType
public enum WdFramesetSizeType
public enum class WdFramesetSizeType
public enum WdFramesetSizeType
public enum WdFramesetSizeType

Members

Member name Description
wdFramesetSizeTypeFixed Microsoft Word interprets the height or width of the specified frame as a fixed value (in points).
wdFramesetSizeTypePercent Word interprets the height or width of the specified frame as a percentage of the screen height or width.
wdFramesetSizeTypeRelative Word interprets the height or width of the specified frame as relative to the height or width of other frames on the frames page.

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