WdOMathShapeType 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 appearance of delimiters (parentheses, braces, brackets) in relationship to the content that they surround.
public enum class WdOMathShapeType
[System.Runtime.InteropServices.Guid("3F179DBA-7622-3837-B18E-E295477260CC")]
public enum WdOMathShapeType
type WdOMathShapeType =
Public Enum WdOMathShapeType
- Inheritance
-
WdOMathShapeType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOMathShapeCentered | 0 | Vertically centers delimiters around the entire height of the equation causing delimiters grow equally above and below their midpoint. |
wdOMathShapeMatch | 1 | Matches the shape of the delimiters to the size of their contents. |