OMathBreaks 接口

定义

表示表示公式中所有换行符的 对象的集合 OMathBreak

public interface class OMathBreaks
[System.Runtime.InteropServices.Guid("E2E0F3A7-204C-40C5-BAA5-290F374FDF5A")]
public interface OMathBreaks
type OMathBreaks = interface
Public Interface OMathBreaks
属性

属性

Application

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

Count

返回集合中的 OMathBreaks 项数。 此为只读属性。

Creator

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

Parent

返回指定 OMathBreaks 对象的父对象。

方法

Add(Range)

在公式中插入一个断点,并返回一个 OMathBreak 表示中断的对象。

Item(Int32)

返回一个 OMathBreak 对象,该对象代表集合中的指定项。

适用于