OMathScrPre 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 equation that contains a superscript or subscript to the left of the base.
public interface class OMathScrPre
[System.Runtime.InteropServices.Guid("AFAF0C0E-8603-40F6-8FD1-42726CAC21E3")]
public interface OMathScrPre
type OMathScrPre = interface
Public Interface OMathScrPre
- 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 Integer. |
E |
Returns an OMath object that represents the base of the specified equation object. Read-only. |
Parent |
Returns an Object that represents the parent object of the specified OMathScrPre object. |
Sub |
Returns an OMath object that represents the subscript for a pre-sub-superscript object. Read-only. |
Sup |
Returns an OMath object that represents the superscript for a pre-sub-superscript object. Read-only. |
Methods
ToScrSubSup() |
Converts an equation with a superscript or subscript to the left of the base of the equation to an equation with a base of a superscript or subscript. |