HdrFtrType

type HdrFtrType = default | title | even

Description

Header and footer types which can be applied to the document sections. "default" - a header or footer which can be applied to any default page. "title" - a header or footer which is applied to the title page. "even" - a header or footer which can be applied to even pages to distinguish them from the odd ones (which will be considered default).

Try It

var oDocContent = oFinalSection.RemoveHeader("title");

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).