FootnoteSeparator constructor

FootnoteSeparator(doc, separator_type)

Creates a new footnoet/endnote separator of the specified type.

def __init__(self, doc: aspose.words.DocumentBase, separator_type: aspose.words.notes.FootnoteSeparatorType):
    ...
ParameterTypeDescription
docDocumentBase
separator_typeFootnoteSeparatorType

See Also