次の方法で共有


PageNumbers.ChapterPageSeparator プロパティ

定義

チャプター番号とページ番号の間で使用される区切り文字を設定または返します。 定数の 1 つを WdSeparatorType 指定できます。

public:
 property Microsoft::Office::Interop::Word::WdSeparatorType ChapterPageSeparator { Microsoft::Office::Interop::Word::WdSeparatorType get(); void set(Microsoft::Office::Interop::Word::WdSeparatorType value); };
public Microsoft.Office.Interop.Word.WdSeparatorType ChapterPageSeparator { get; set; }
member this.ChapterPageSeparator : Microsoft.Office.Interop.Word.WdSeparatorType with get, set
Public Property ChapterPageSeparator As WdSeparatorType

プロパティ値

注釈

章番号を含むページ番号を作成する前に、文書の見出しに、[ 箇条書きと段落番号] ダイアログ ボックスからスタイルを使用する段落番号の形式が必要です。 これをプログラムで行うには、 または ListFormat オブジェクトの ApplyListTemplate メソッドをList使用します。

適用対象