WdFramesetSizeType Enum

Definition

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

public enum class WdFramesetSizeType
[System.Runtime.InteropServices.Guid("BC173C05-2DF7-314F-8087-7CF97F5BE921")]
public enum WdFramesetSizeType
type WdFramesetSizeType = 
Public Enum WdFramesetSizeType
Inheritance
WdFramesetSizeType
Attributes

Fields

wdFramesetSizeTypeFixed 1

Microsoft Word interprets the height or width of the specified frame as a fixed value (in points).

wdFramesetSizeTypePercent 0

Word interprets the height or width of the specified frame as a percentage of the screen height or width.

wdFramesetSizeTypeRelative 2

Word interprets the height or width of the specified frame as relative to the height or width of other frames on the frames page.

Applies to