[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.HeaderFooter

Class HeaderFooter

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

Represents a single header that shall be associated with a section in the document.

public class HeaderFooter
Inheritance
object
HeaderFooter
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Body

Gets the header/footer content body.

public Body Body { get; }

Property Value

Body

Document

Gets the header/footer parent document.

public GcWordDocument Document { get; }

Property Value

GcWordDocument

Exists

Gets a value indicating whether this instance will be used in this section.

public bool Exists { get; }

Property Value

bool

IsHeader

Gets a value indicating whether this instance is a header.

public bool IsHeader { get; }

Property Value

bool

LinkToPrevious

Gets or sets a value indicating whether the header/footer is linked to the previous section.

public bool LinkToPrevious { get; set; }

Property Value

bool

Section

Gets the parent section of this header/footer.

public Section Section { get; }

Property Value

Section

Type

Gets the header/footer type.

public HeaderFooterType Type { get; }

Property Value

HeaderFooterType