WdBorderDistanceFrom 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 whether a page border is measured from the edge of the page or from the text it surrounds.
public enum class WdBorderDistanceFrom
[System.Runtime.InteropServices.Guid("B7721110-1D37-39DE-9890-E292845D2A25")]
public enum WdBorderDistanceFrom
type WdBorderDistanceFrom =
Public Enum WdBorderDistanceFrom
- Inheritance
-
WdBorderDistanceFrom
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdBorderDistanceFromText | 0 | From the text it surrounds. |
wdBorderDistanceFromPageEdge | 1 | From the edge of the page. |