OMathScrSubSup Members

Include Protected Members
Include Inherited Members

Represents an equation with a base that contains a superscript or subscript.

The OMathScrSubSup type exposes the following members.

Methods

  Name Description
Public method RemoveSub Removes the subscript for an equation and returns an OMathFunction object that represents the updated equation without the subscript.
Public method RemoveSup Removes the superscript for an equation and returns an OMathFunction object that represents the updated equation without the superscript.
Public method ToScrPre Converts an equation with a base superscript or subscript to an equation with a superscript or subscript to the left of the base.

Top

Properties

  Name Description
Public property AlignScripts Returns or sets a Boolean that represents whether to horizontally align subscripts and superscripts in the sub-superscript object. Read/write.
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 Integer.
Public property E Returns an OMath object that represents the base of the specified equation object. Read-only.
Public property Parent Returns an Object that represents the parent object of the specified OMathScrSubSup object.
Public property Sub Returns an OMath object that represents the subscript for a subscript-superscript object. Read-only.
Public property Sup Returns an OMath object that represents the superscript for a subscript-superscript object. Read-only.

Top

See Also

Reference

OMathScrSubSup Interface

Microsoft.Office.Interop.Word Namespace