include_note_or_comment property

FieldRef.include_note_or_comment property

Gets or sets whether to increment footnote, endnote, and annotation numbers that are marked by the bookmark, and insert the corresponding footnote, endnote, and comment text.

@property
def include_note_or_comment(self) -> bool:
    ...

@include_note_or_comment.setter
def include_note_or_comment(self, value: bool):
    ...

See Also