[]
Represents a single header that shall be associated with a section in the document.
public class HeaderFooter
Gets the header/footer content body.
public Body Body { get; }
Gets the header/footer parent document.
public GcWordDocument Document { get; }
Gets a value indicating whether this instance will be used in this section.
public bool Exists { get; }
Gets a value indicating whether this instance is a header.
public bool IsHeader { get; }
Gets or sets a value indicating whether the header/footer is linked to the previous section.
public bool LinkToPrevious { get; set; }
Gets the parent section of this header/footer.
public Section Section { get; }
Gets the header/footer type.
public HeaderFooterType Type { get; }