WordProcessingSection

WordProcessingSection class

Represents a Word document section.

public class WordProcessingSection : ContentPart

Properties

Name Description
HeadersFooters { get; } Gets the collection of all headers and footers of this WordProcessingSection.
PageSetup { get; } Gets the printing page setup for this WordProcessingSection.
Shapes { get; } Gets the collection of all shapes contained in this WordProcessingSection.

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