FootnoteSeparatorCollection
FootnoteSeparatorCollection class
Provides typed access to FootnoteSeparator
nodes of a document.
public class FootnoteSeparatorCollection : IEnumerable<FootnoteSeparator>
Constructors
Name | Description |
---|---|
FootnoteSeparatorCollection() | The default constructor. |
Properties
Name | Description |
---|---|
Item { get; } | Retrieves a FootnoteSeparator of the specified type. |
Methods
Name | Description |
---|---|
GetEnumerator() |
Examples
Shows how to manage footnote separator format.
Document doc = new Document(MyDir + "Footnotes and endnotes.docx");
FootnoteSeparator footnoteSeparator = doc.FootnoteSeparators[FootnoteSeparatorType.FootnoteSeparator];
// Align footnote separator.
footnoteSeparator.FirstParagraph.ParagraphFormat.Alignment = ParagraphAlignment.Center;
See Also
- class FootnoteSeparator
- namespace Aspose.Words.Notes
- assembly Aspose.Words