# GrapeCity.Documents.Word.HeaderFooter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_HeaderFooter" data-uid="GrapeCity.Documents.Word.HeaderFooter" class="text-break">HeaderFooter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a single header that shall be associated with a section in the document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HeaderFooter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_HeaderFooter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HeaderFooter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HeaderFooter</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_HeaderFooter_Body" data-uid="GrapeCity.Documents.Word.HeaderFooter.Body">
          <a class="xref" href="GrapeCity.Documents.Word.HeaderFooter.Body.html#GrapeCity_Documents_Word_HeaderFooter_Body">Body</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the header/footer content body.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HeaderFooter_Document" data-uid="GrapeCity.Documents.Word.HeaderFooter.Document">
          <a class="xref" href="GrapeCity.Documents.Word.HeaderFooter.Document.html#GrapeCity_Documents_Word_HeaderFooter_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the header/footer parent document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HeaderFooter_Exists" data-uid="GrapeCity.Documents.Word.HeaderFooter.Exists">
          <a class="xref" href="GrapeCity.Documents.Word.HeaderFooter.Exists.html#GrapeCity_Documents_Word_HeaderFooter_Exists">Exists</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance will be used in this section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HeaderFooter_IsHeader" data-uid="GrapeCity.Documents.Word.HeaderFooter.IsHeader">
          <a class="xref" href="GrapeCity.Documents.Word.HeaderFooter.IsHeader.html#GrapeCity_Documents_Word_HeaderFooter_IsHeader">IsHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance is a header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HeaderFooter_LinkToPrevious" data-uid="GrapeCity.Documents.Word.HeaderFooter.LinkToPrevious">
          <a class="xref" href="GrapeCity.Documents.Word.HeaderFooter.LinkToPrevious.html#GrapeCity_Documents_Word_HeaderFooter_LinkToPrevious">LinkToPrevious</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the header/footer is linked to the previous section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HeaderFooter_Section" data-uid="GrapeCity.Documents.Word.HeaderFooter.Section">
          <a class="xref" href="GrapeCity.Documents.Word.HeaderFooter.Section.html#GrapeCity_Documents_Word_HeaderFooter_Section">Section</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent section of this header/footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HeaderFooter_Type" data-uid="GrapeCity.Documents.Word.HeaderFooter.Type">
          <a class="xref" href="GrapeCity.Documents.Word.HeaderFooter.Type.html#GrapeCity_Documents_Word_HeaderFooter_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the header/footer type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
