FootnoteSeparatorCollection
FootnoteSeparatorCollection class
提供对FootnoteSeparator
文档的节点。
public class FootnoteSeparatorCollection : IEnumerable<FootnoteSeparator>
构造函数
姓名 | 描述 |
---|---|
FootnoteSeparatorCollection() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
Item { get; } | 检索FootnoteSeparator 指定类型。 |
方法
姓名 | 描述 |
---|---|
GetEnumerator() |
例子
显示如何管理脚注分隔符格式。
Document doc = new Document(MyDir + "Footnotes and endnotes.docx");
FootnoteSeparator footnoteSeparator = doc.FootnoteSeparators[FootnoteSeparatorType.FootnoteSeparator];
// 对齐脚注分隔符。
footnoteSeparator.FirstParagraph.ParagraphFormat.Alignment = ParagraphAlignment.Center;
也可以看看
- class FootnoteSeparator
- 命名空间 Aspose.Words.Notes
- 部件 Aspose.Words