get_by_footnote_separator_type method

get_by_footnote_separator_type(separator_type)

Retrieves a FootnoteSeparator of the specified type.

def get_by_footnote_separator_type(self, separator_type: aspose.words.notes.FootnoteSeparatorType):
    ...
ParameterTypeDescription
separator_typeFootnoteSeparatorType

Remarks

Returns None if the footnote/endnote separator of the specified type is not found.

See Also