OMathNary Interface

Definition

Represents the mathematical n-ary object, consisting of an n-ary object, a base (or operand), and optional upper limits and lower limits.

public interface class OMathNary
[System.Runtime.InteropServices.Guid("CEBD4184-4E6D-4FC6-A42D-2142B1B76AF5")]
public interface OMathNary
type OMathNary = interface
Public Interface OMathNary
Attributes

Properties

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.

Applies to