Aspose::Words::Notes::FootnoteSeparatorType enum
Contents
[
Hide
]FootnoteSeparatorType enum
Specifies the type of the footnote/endnote separator.
enum class FootnoteSeparatorType
Values
Name | Value | Description |
---|---|---|
FootnoteSeparator | 0 | Separator between main text and footnote text. |
FootnoteContinuationSeparator | 1 | Printed above footnote text on a page when the text must be continued from a previous page. |
FootnoteContinuationNotice | 2 | Printed below footnote text on a page when footnote text must be continued on a succeeding page. |
EndnoteSeparator | 3 | Separator between main text and endnote text. |
EndnoteContinuationSeparator | 4 | Printed above endnote text on a page when the text must be continued from a previous page. |
EndnoteContinuationNotice | 5 | Printed below endnote text on a page when endnote text must be continued on a succeeding page. |
See Also
- Namespace Aspose::Words::Notes
- Library Aspose.Words for C++