include_notes property

include_notes property

Set true to include text contained in slide notes when performing text search, replacement, or highlighting operations. The default value is false.

Definition:

@property
def include_notes(self):
    ...

@include_notes.setter
def include_notes(self, value):
    ...

See Also