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)
Syntax
'Declaration
Public Enumeration WdFramesetSizeType
'Usage
Dim instance As WdFramesetSizeType
public enum WdFramesetSizeType
Members
Member name | Description | |
---|---|---|
wdFramesetSizeTypePercent | Word interprets the height or width of the specified frame as a percentage of the screen height or width. | |
wdFramesetSizeTypeFixed | Microsoft Word interprets the height or width of the specified frame as a fixed value (in points). | |
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. |