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
Public property Application Returns an _Application object that represents the Microsoft Word application.
Public property Creator Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only.
Public property E Returns an OMath object that represents the base of the specified equation object. Read-only.
Public property HideBot Returns or sets a Boolean that represents whether to hide the bottom border of an equation's bounding box. Read/write.
Public property HideLeft Returns or sets a Boolean that represents whether to hide the left border of an equation's bounding box. Read/write.
Public property HideRight Returns or sets a Boolean that represents whether to hide the right border of an equation's bounding box. Read/write.
Public property HideTop Returns or sets a Boolean that represents whether to hide the top border of an equation's bounding box. Read/write.
Public property Parent Returns the parent object of the specified OMathBorderBox object.
Public property StrikeBLTR Returns or sets a Boolean that represents a diagonal strikethrough from lower left to upper right. Read/write.
Public property StrikeH Returns or sets a Boolean that represents a horizontal strikethrough. Read/write.
Public property StrikeTLBR Returns or sets a Boolean that represents a diagonal strikethrough from upper left to lower right. Read/write.
Public property StrikeV Returns or sets a Boolean that represents a vertical strikethrough. Read/write.

Top

See Also

Reference

OMathBorderBox Interface

Microsoft.Office.Interop.Word Namespace