WdBorderDistanceFrom Enumeration
Specifies whether a page border is measured from the edge of the page or from the text it surrounds.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdBorderDistanceFrom
'Usage
Dim instance As WdBorderDistanceFrom
public enum WdBorderDistanceFrom
Members
Member name | Description | |
---|---|---|
wdBorderDistanceFromText | From the text it surrounds. | |
wdBorderDistanceFromPageEdge | From the edge of the page. |