Endnotes 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 Endnote ,这些对象表示选定内容、区域或文档中的所有尾注。
public interface class Endnotes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020941-0000-0000-C000-000000000046")]
public interface Endnotes : System.Collections.IEnumerable
type Endnotes = interface
interface IEnumerable
Public Interface Endnotes
Implements IEnumerable
- 属性
- 实现
注解
使用 、 Range或 Document 对象的 Endnotes 属性Selection可返回 Endnotes 集合。
Add(Range, Object, Object)使用 方法将尾注添加到 Endnotes 集合。
使用 endnotes (index
) (其中 index
是索引号)返回单个 Endnote 对象。 索引号代表尾注在所选内容、 范围或文档中的位置。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
ContinuationNotice |
返回一个 Range 对象,该对象代表脚注或尾注延续通知。 |
ContinuationSeparator |
返回一个 Range 对象,该对象代表脚注或尾注延续分隔符。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
Location |
返回或设置所有尾注的位置。 |
NumberingRule |
返回或设置在分页符或分节符之后的脚注或尾注的编号方式。 |
NumberStyle |
返回或设置指定尾注的数字样式。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
Separator |
返回一个 Range 对象,该对象代表尾注或脚注分隔符。 |
StartingNumber |
返回或设置开始注释编号。 |
方法
Add(Range, Object, Object) |
返回一个 Endnote 对象,该对象表示添加到区域的尾注。 |
Convert() |
将尾注转换为脚注。 |
GetEnumerator() |
对象的集合 Endnote ,这些对象表示选定内容、区域或文档中的所有尾注。 |
ResetContinuationNotice() |
将尾注延续标记重新设置为默认标记。 |
ResetContinuationSeparator() |
将尾注延续分隔符重新设置为默认分隔符。 |
ResetSeparator() |
将尾注分隔符重新设置为默认分隔符。 |
SwapWithFootnotes() |
将一篇文档中的所有尾注转换成脚注或将脚注转换为尾注。 |