Word.RelativeVerticalPosition enum   
Represents what the vertical position of a shape is relative to. For more information about margins, see Change the margins in your Word document.
Remarks
[ API set: WordApiDesktop 1.2 ]
Fields
| bottomMargin = "BottomMargin" | Relative to bottom margin.  | 
				
| insideMargin = "InsideMargin" | Relative to inside margin.  | 
				
| line = "Line" | Relative to line.  | 
				
| margin = "Margin" | Relative to margin.  | 
				
| outsideMargin = "OutsideMargin" | Relative to outside margin.  | 
				
| page = "Page" | Relative to page.  | 
				
| paragraph = "Paragraph" | Relative to paragraph.  | 
				
| topMargin = "TopMargin" | Relative to top margin.  |