PresentationContent class

PresentationContent class

Represents a PowerPoint document where a watermark can be placed.

Inheritance: PresentationContentContentContentPart

The PresentationContent type exposes the following members:

Properties

Property Description
slide_width Gets the width of a slide in points.
slide_height Gets the height of a slide in points.
notes_slide_width Gets the width of a notes slide in points.
notes_slide_height Gets the height of a notes slide in points.
slides Gets the collection of all slides of this PresentationContent.
master_slides Gets the collection of all master slides of this PresentationContent.
layout_slides Gets the collection of all layout slides of this PresentationContent.
master_notes_slide Gets the master slide for all notes slides of this PresentationContent.
master_handout_slide Gets the master handout slide of this PresentationContent.

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.
encrypt Encrypts the document.
decrypt Decrypts the document.

Remarks

Learn more: | | | |

Example

Load and save PowerPoint document of any supported type.

See Also