次の方法で共有


OMathFunctions インターフェイス

定義

Microsoft Office Wordがサポートする関数または構造体 (分数、積分、合計、ラジカルなど) のコレクションを表します。

public interface class OMathFunctions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("497142A4-16FD-42C6-BC58-15D89345FC21")]
public interface OMathFunctions : System.Collections.IEnumerable
type OMathFunctions = interface
    interface IEnumerable
Public Interface OMathFunctions
Implements IEnumerable
属性
実装

プロパティ

Application

_Application Microsoft Word アプリケーションを表す オブジェクトを返します。

Count

コレクション内の項目の数を OMathFunctions 返します。 読み取り専用です。

Creator

アドインが作成されたアプリケーションを示す 32 ビット 整数 を返します。 読み取り専用です。

Item[Int32]

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

Parent

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

メソッド

Add(Range, WdOMathFunctionType, Object, Object)

指定した位置にある数式に、小数などの新しい構造体を挿入し、構造体を OMathFunction 表すオブジェクトを返します。

GetEnumerator()

Microsoft Office Wordがサポートする関数または構造体 (分数、積分、合計、ラジカルなど) のコレクションを表します。

適用対象