WordProcessingHeaderFooter
Leave feedback
On this page
Represents a header/footer in a Word document.
public class WordProcessingHeaderFooter : ContentPart
| Name | Description |
|---|---|
| HeaderFooterType { get; } | Gets the type of this WordProcessingHeaderFooter. |
| IsLinkedToPrevious { get; set; } | Gets or sets a value indicating whether this header/footer is linked to the corresponding header/footer in the previous section. |
| Section { get; } | Gets the parent section of this WordProcessingHeaderFooter. |
| Name | Description |
|---|---|
| FindImages() | Finds all images in the content. The search is conducted in the objects specified in SearchableObjects. |
| FindImages(ImageSearchCriteria) | Finds images according to the specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
| Search() | Finds all possible watermarks in the content. The search is conducted in the objects specified in SearchableObjects. |
| Search(SearchCriteria) | Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
- class ContentPart
- namespace GroupDocs.Watermark.Contents.WordProcessing
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.