ExtendedApsDocument
Inheritance: java.lang.Object, com.aspose.foundation.rendering.ApsNode
All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericEnumerable
public class ExtendedApsDocument extends ApsNode implements System.Collections.Generic.IGenericEnumerable<ApsPage>
表示完整的 OneNote 文档,由转换为页面集的页面组成。
构造函数
| 构造函数 | 描述 |
|---|---|
| ExtendedApsDocument() | 初始化 ExtendedApsDocument 类的新实例。 |
方法
| 方法 | 描述 |
|---|---|
| accept(ApsDocumentVisitor visitor) | 接受 ApsDocumentVisitor 到此元素。 |
| addPage(ApsPage page) | 向文档添加页面集。 |
| getPageList() | 获取页面集列表。 |
| iterator() | 返回枚举器。 |
| iterator_Rename_Namesake() |
ExtendedApsDocument()
public ExtendedApsDocument()
初始化 ExtendedApsDocument 类的新实例。
accept(ApsDocumentVisitor visitor)
public void accept(ApsDocumentVisitor visitor)
接受 ApsDocumentVisitor 到此元素。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 访问者 | com.aspose.foundation.rendering.ApsDocumentVisitor | 访问者。 |
addPage(ApsPage page)
public void addPage(ApsPage page)
向文档添加页面集。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 页面 | com.aspose.foundation.rendering.ApsPage | 页面集。 |
getPageList()
public System.Collections.Generic.List<ApsPage> getPageList()
获取页面集列表。
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.foundation.rendering.ApsPage>
iterator()
public System.Collections.Generic.IGenericEnumerator<ApsPage> iterator()
返回枚举器。
Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.foundation.rendering.ApsPage>
iterator_Rename_Namesake()
public System.Collections.IEnumerator iterator_Rename_Namesake()
Returns: com.aspose.ms.System.Collections.IEnumerator