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>

Represents a full one-note document, consisted from Pages translated into page sets.

Constructors

ConstructorDescription
ExtendedApsDocument()Initializes a new instance of the ExtendedApsDocument class.

Methods

MethodDescription
accept(ApsDocumentVisitor visitor)Accepts ApsDocumentVisitor to this element.
addPage(ApsPage page)Adds a page set to the document.
getPageList()Gets the page set list.
iterator()Returns an enumerator.
iterator_Rename_Namesake()

ExtendedApsDocument()

public ExtendedApsDocument()

Initializes a new instance of the ExtendedApsDocument class.

accept(ApsDocumentVisitor visitor)

public void accept(ApsDocumentVisitor visitor)

Accepts ApsDocumentVisitor to this element.

Parameters:

ParameterTypeDescription
visitorcom.aspose.foundation.rendering.ApsDocumentVisitorA visitor.

addPage(ApsPage page)

public void addPage(ApsPage page)

Adds a page set to the document.

Parameters:

ParameterTypeDescription
pagecom.aspose.foundation.rendering.ApsPageA page set.

getPageList()

public System.Collections.Generic.List<ApsPage> getPageList()

Gets the page set list.

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.foundation.rendering.ApsPage>

iterator()

public System.Collections.Generic.IGenericEnumerator<ApsPage> iterator()

Returns an enumerator.

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