[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.HeaderFooterCollection

Class HeaderFooterCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a collection of HeaderFooter objects in a section. Section may contain every type of HeaderFooterType HeaderFooter(

public class HeaderFooterCollection
Inheritance
HeaderFooterCollection
Inherited Members

Properties

this[HeaderFooterType]

Gets the section header/footer by its type.

public HeaderFooter this[HeaderFooterType type] { get; }

Parameters

type HeaderFooterType

The header/footer type.

Property Value

HeaderFooter

The HeaderFooter with the specified type.