Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the relative height of a shape using the value specified in the HeightRelative property for a Shape or ShapeRange object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdRelativeVerticalSize
'Usage
Dim instance As WdRelativeVerticalSize
public enum WdRelativeVerticalSize
Members
| Member name | Description | |
|---|---|---|
| wdRelativeVerticalSizeMargin | Height is relative to the space between the left margin and the right margin. | |
| wdRelativeVerticalSizePage | Height is relative to the height of the page. | |
| wdRelativeVerticalSizeTopMarginArea | Height is relative to the size of the top margin. | |
| wdRelativeVerticalSizeBottomMarginArea | Height is relative to the size of the bottom margin. | |
| wdRelativeVerticalSizeInnerMarginArea | Height is relative to the size of the inside margin—to the size of the top margin for odd pages, and to the size of the bottom margin for even pages. | |
| wdRelativeVerticalSizeOuterMarginArea | Height is relative to the size of the outside margin—to the size of the bottom margin for odd pages, and to the size of the top margin for even pages. |