Aspose::Words::Section::ClearHeadersFooters method
Contents
[
Hide
]Section::ClearHeadersFooters() method
Clears the headers and footers of this section.
void Aspose::Words::Section::ClearHeadersFooters()
Remarks
The text of all headers and footers is cleared, but HeaderFooter objects themselves are not removed.
This makes headers and footers of this section linked to headers and footers of the previous section.
See Also
- Class Section
- Namespace Aspose::Words
- Library Aspose.Words for C++
Section::ClearHeadersFooters(bool) method
Clears the headers and footers of this section.
void Aspose::Words::Section::ClearHeadersFooters(bool preserveWatermarks)
Parameter | Type | Description |
---|---|---|
preserveWatermarks | bool | True if the watermarks shall not be removed. |
Remarks
The text of all headers and footers is cleared, but HeaderFooter objects themselves are not removed.
This makes headers and footers of this section linked to headers and footers of the previous section.
See Also
- Class Section
- Namespace Aspose::Words
- Library Aspose.Words for C++