OMathScrPre 接口

定义

代表一个在基线左侧包含上标或下标的公式。

public interface class OMathScrPre
[System.Runtime.InteropServices.Guid("AFAF0C0E-8603-40F6-8FD1-42726CAC21E3")]
public interface OMathScrPre
type OMathScrPre = interface
Public Interface OMathScrPre
属性

属性

Application

返回一个_Application对象,该对象表示 Microsoft Word 应用程序。

Creator

返回一个 32 位整数,它指示在其中创建外接程序的应用程序。 只读 Integer

E

返回一个 OMath 对象,该对象表示指定公式对象的基数。 此为只读属性。

Parent

返回一个 Object 类型的值,该值代表指定 OMathScrPre 对象的父对象。

Sub

返回一个 OMath 对象,该对象代表预下标对象的下标。 此为只读属性。

Sup

返回一个 OMath 对象,该对象代表预下上标对象的上标。 此为只读属性。

方法

ToScrSubSup()

将在基线左侧具有上标或下标的公式转换为具有上标或下标基线的公式。

适用于