WordProcessingHeaderFooter

WordProcessingHeaderFooter class

Represents a header/footer in a Word document.

public class WordProcessingHeaderFooter : ContentPart

Properties

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.

Methods

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.

See Also