OMathBox 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 apply properties that affect the mathematical or formatting properties, such as line breaks.
public interface class OMathBox
[System.Runtime.InteropServices.Guid("842C37FE-C76F-4B2B-9B60-C408CB5E838E")]
public interface OMathBox
type OMathBox = interface
Public Interface OMathBox
- 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. |
Diff |
Returns or sets a Boolean that states whether the box acts as the mathematical differential, in which case the box receives the appropriate horizontal spacing for a differential. Read/write. |
E |
Returns an OMath object that represents the base of the specified equation object. Read-only. |
NoBreak |
Returns or sets a Boolean that states whether breaks are allowed inside the box object. Read/write. |
OpEmu |
Returns or sets a Boolean that states if the box and its contents behave as a single operator and inherit the properties of an operator. Read/write. |
Parent |
Returns the parent object of the specified OMathBox object. |