WdCaptionPosition 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 the caption label text.
public enum class WdCaptionPosition
[System.Runtime.InteropServices.Guid("946DB172-20CF-313F-961C-76112797145C")]
public enum WdCaptionPosition
type WdCaptionPosition =
Public Enum WdCaptionPosition
- Inheritance
-
WdCaptionPosition
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdCaptionPositionAbove | 0 | The caption label is added above. |
wdCaptionPositionBelow | 1 | The caption label is added below. |