[]
        
(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
object
HeaderFooterCollection
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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.