Share via


TablesOfAuthorities インターフェイス

定義

文書内の権限の TableOfAuthorities 表を表すオブジェクトのコレクション (TOA フィールド)。

public interface class TablesOfAuthorities : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020912-0000-0000-C000-000000000046")]
public interface TablesOfAuthorities : System.Collections.IEnumerable
type TablesOfAuthorities = interface
    interface IEnumerable
Public Interface TablesOfAuthorities
Implements IEnumerable
属性
実装

注釈

TablesOfAuthoritiesTablesOfAuthorities コレクションを取得するには、 プロパティを使用します。

メソッドを Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) 使用して、文書に権限のテーブルを追加します。 引用文献一覧は、文書の TA (引用文献登録) フィールドで構成されています。

単一の TableOfAuthorities オブジェクトを返すには、TablesOfAuthorities() indexindex使用します。 インデックス番号は、文書内の引用文献一覧の位置を表します。

プロパティ

Application

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

Count

指定したコレクション内の項目の数を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Format

指定した文書内の権限のテーブルの書式を設定または返します。

Item[Int32]

コレクション内の各オブジェクトを返します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

メソッド

Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

ドキュメントに TableOfAuthorities 追加された権限のテーブルを表す オブジェクトを返します。

GetEnumerator()

文書内の権限の TableOfAuthorities 表を表すオブジェクトのコレクション (TOA フィールド)。

MarkAllCitations(String, Object, Object, Object)

テキストのすべてのインスタンス ShortCitation の後に TA ([引用文献の表] フィールド) を挿入します。

MarkCitation(Range, String, Object, Object, Object)

TA (Table of Authorities Entry) フィールドを挿入し、フィールドをオブジェクトとして Field 返します。

NextCitation(String)

指定した引用文献の次のインスタンスを検索して選択します。

適用対象