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