WordProcessingSection class

WordProcessingSection class

Represents a Word document section.

Inheritance: WordProcessingSectionContentPart

The WordProcessingSection type exposes the following members:

Properties

Property Description
page_setup Gets the printing page setup for this WordProcessingSection.
headers_footers Gets the collection of all headers and footers of this WordProcessingSection.
shapes Gets the collection of all shapes contained in this WordProcessingSection.

Methods

Method Description
find_images Finds images according to the specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects.
find_images Finds all images in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects.
search Finds possible watermarks according to specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects.
search Finds all possible watermarks in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects.

See Also