次の方法で共有


Pane.TOCInFrameset メソッド

定義

指定された文書に基づいて目次を作成し、フレーム ページの左側に作成した新しいフレームに挿入します。

public:
 void TOCInFrameset();
public void TOCInFrameset ();
abstract member TOCInFrameset : unit -> unit
Public Sub TOCInFrameset ()

次の使用例は、"Proposal.doc" という名前のファイルを開き、そのファイルに基づいてフレーム ページを作成し、そのファイルの目次を含むフレームをページの左側に追加します。

<span class="label">Documents.Open "C:\Documents\Proposal.doc" 































































































































































































































































ActiveDocument.ActiveWindow.ActivePane.NewFrameset 































































































































































































































































ActiveDocument.ActiveWindow.ActivePane.</span>
<span class="label">TOCInFrameset</span>

注釈

フレーム ページの作成の詳細については、「」を参照してください Creatingframespages#SameCHM

適用対象