バージョン

AddSectionHeaderFooter(SectionHeaderFooterParts,SectionProperties) メソッド

文書の指定セクションにヘッダーおよびフッター、またはそのいずれかを追加します。
シンタックス
'宣言
 
Public Overloads Overrides Function AddSectionHeaderFooter( _
   ByVal parts As SectionHeaderFooterParts, _
   ByVal sectionProperties As SectionProperties _
) As SectionHeaderFooterWriterSet
public override SectionHeaderFooterWriterSet AddSectionHeaderFooter( 
   SectionHeaderFooterParts parts,
   SectionProperties sectionProperties
)

パラメータ

parts
セクションに含まれるヘッダーおよびフッター部分、またはそのいずれかを定義する bitflags 値。
sectionProperties
ヘッダー/フッターが表示される文書セクションのプロパティを含む SectionProperties インスタンス。null が指定されると、FinalSectionProperties プロパティから返されたインスタンスによって定義されているセクションプロパティと共にヘッダー/フッターが最終セクションに作成されます。
参照