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 ビット 整数 を返します。 読み取り専用です。

Parent

指定した OMathBreaks オブジェクトの親オブジェクトを返します。

メソッド

Add(Range)

数式にブレークを挿入し、ブレークを OMathBreak 表すオブジェクトを返します。

Item(Int32)

コレクション内の OMathBreak 指定した項目を表す オブジェクトを返します。

適用対象