OMathRad 接口

定义

代表数学开方对象,由开方、底数和次数(可选)组成。

public interface class OMathRad
[System.Runtime.InteropServices.Guid("67A7EEC5-285D-4024-B071-BD6B33B88547")]
public interface OMathRad
type OMathRad = interface
Public Interface OMathRad
属性

属性

Application

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

Creator

返回一个 32 位 Integer ,指示在其中创建外接程序的应用程序。 此为只读属性。

Deg

返回一个 OMath 对象,该对象表示基元的度数。 此为只读属性。

E

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

HideDeg

返回或设置一个 Boolean 类型的值,该值代表是否隐藏开方的次数。 读/写。

Parent

返回指定 OMathRad 对象的父级。

适用于