OMathBorderBox Members
Include Protected Members
Include Inherited Members
Represents an invisible box around an equation or part of an equation to which you can assign properties that affect the layout or mathematical formatting of the entire box. For example, a box can serve as an operator emulator with or without an alignment point, serve as a like breakpoint, have an associated argument size (argSz), or be grouped so as not to allow line breaks.
The OMathBorderBox type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an _Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only. | |
E | Returns an OMath object that represents the base of the specified equation object. Read-only. | |
HideBot | Returns or sets a Boolean that represents whether to hide the bottom border of an equation's bounding box. Read/write. | |
HideLeft | Returns or sets a Boolean that represents whether to hide the left border of an equation's bounding box. Read/write. | |
HideRight | Returns or sets a Boolean that represents whether to hide the right border of an equation's bounding box. Read/write. | |
HideTop | Returns or sets a Boolean that represents whether to hide the top border of an equation's bounding box. Read/write. | |
Parent | Returns the parent object of the specified OMathBorderBox object. | |
StrikeBLTR | Returns or sets a Boolean that represents a diagonal strikethrough from lower left to upper right. Read/write. | |
StrikeH | Returns or sets a Boolean that represents a horizontal strikethrough. Read/write. | |
StrikeTLBR | Returns or sets a Boolean that represents a diagonal strikethrough from upper left to lower right. Read/write. | |
StrikeV | Returns or sets a Boolean that represents a vertical strikethrough. Read/write. |
Top