OMathBorderBox Interface
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.
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.
public interface class OMathBorderBox
[System.Runtime.InteropServices.Guid("2503B6EE-0889-44DF-B920-6D6F9659DEA3")]
public interface OMathBorderBox
type OMathBorderBox = interface
Public Interface OMathBorderBox
- Attributes
Properties
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. |