public class ExtendedApsDocument
extends com.aspose.foundation.rendering.ApsNode
implements com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.foundation.rendering.ApsPage>
Represents a full one-note document, consisted from Pages translated into page sets.
Constructor and Description |
---|
ExtendedApsDocument()
Initializes a new instance of the
ExtendedApsDocument class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(com.aspose.foundation.rendering.ApsDocumentVisitor visitor)
Accepts ApsDocumentVisitor to this element.
|
void |
addPage(com.aspose.foundation.rendering.ApsPage page)
Adds a page set to the document.
|
com.aspose.ms.System.Collections.Generic.List<com.aspose.foundation.rendering.ApsPage> |
getPageList()
Gets the page set list.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator_Rename_Namesake() |
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.foundation.rendering.ApsPage> |
iterator()
Returns an enumerator.
|
getAttributes, getId, getParent, setId, setParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ExtendedApsDocument()
Initializes a new instance of the ExtendedApsDocument
class.
public com.aspose.ms.System.Collections.Generic.List<com.aspose.foundation.rendering.ApsPage> getPageList()
Gets the page set list.
public void accept(com.aspose.foundation.rendering.ApsDocumentVisitor visitor)
Accepts ApsDocumentVisitor to this element.
accept
in class com.aspose.foundation.rendering.ApsNode
visitor
- A visitor.public void addPage(com.aspose.foundation.rendering.ApsPage page)
Adds a page set to the document.
page
- A page set.public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.foundation.rendering.ApsPage> iterator()
Returns an enumerator.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.foundation.rendering.ApsPage>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<com.aspose.foundation.rendering.ApsPage>
iterator
in interface Iterable<com.aspose.foundation.rendering.ApsPage>
public com.aspose.ms.System.Collections.IEnumerator iterator_Rename_Namesake()