WdFramesetNewFrameLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the position of a new frame in relation to an existing frame.
public enum class WdFramesetNewFrameLocation
[System.Runtime.InteropServices.Guid("B2762291-75F1-39D6-9297-6B8F6DD6A271")]
public enum WdFramesetNewFrameLocation
type WdFramesetNewFrameLocation =
Public Enum WdFramesetNewFrameLocation
- Inheritance
-
WdFramesetNewFrameLocation
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFramesetNewFrameAbove | 0 | Above existing frame. |
wdFramesetNewFrameBelow | 1 | Below existing frame. |
wdFramesetNewFrameRight | 2 | To the right of existing frame. |
wdFramesetNewFrameLeft | 3 | To the left of existing frame. |