OMathScrSubSup Object Members

Word Developer Reference

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

Methods

  Name Description
Bb257677.methods(en-us,office.12).gif RemoveSub Removes the subscript for an equation and returns an OMathFunction object that represents the updated equation without the subscript.
Bb257677.methods(en-us,office.12).gif RemoveSup Removes the superscript for an equation and returns an OMathFunction object that represents the updated equation without the superscript.
Bb257677.methods(en-us,office.12).gif ToScrPre Converts an equation with a base superscript or subscript to an equation with a superscript or subscript to the left of the base.

Properties

  Name Description
Bb257677.properties(en-us,office.12).gif AlignScripts Returns or sets a Boolean that represents whether to horizontally align subscripts and superscripts in the sub-superscript object. Read/write.
Bb257677.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257677.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long.
Bb257677.properties(en-us,office.12).gif E Returns an OMath object that represents the base of the specified equation object. Read-only.
Bb257677.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified OMathScrSubSup object.
Bb257677.properties(en-us,office.12).gif Sub Returns an OMath object that represents the subscript for a subscript-superscript object. Read-only.
Bb257677.properties(en-us,office.12).gif Sup Returns an OMath object that represents the superscript for a subscript-superscript object. Read-only.