OMathNary Members
Include Protected Members
Include Inherited Members
Represents the mathematical n-ary object, consisting of an n-ary object, a base (or operand), and optional upper limits and lower limits.
The OMathNary type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an _Application object that represents the Microsoft Word application. | |
Char | Returns or sets a Short that represents a character used as the n-ary operator. Read/write. | |
Creator | Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. | |
E | Returns a OMath object that represents the base of the specified equation object. Read-only. | |
Grow | Returns or sets a Boolean that represents whether n-ary operators grow to the full height of the arguments that they contain. Read/write. | |
HideSub | Returns or sets a Boolean that represents whether to hide the lower limit of an n-ary operator. Read/write. | |
HideSup | Returns or sets a Boolean that represents whether to hide the upper limit of an n-ary operator. Read/write. | |
Parent | Returns the parent object of the specified OMathNary object. | |
Sub | Returns a OMath object that represents the lower limit of an n-ary operator. Read-only. | |
SubSupLim | Returns or sets a Boolean that represents the positioning of n-ary limits in the subscript-superscript or upper limit-lower limit position. Read/write. | |
Sup | Returns a OMath object that represents the upper limit of an n-ary operator. Read-only. |
Top