Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Method and Description |
---|---|
Page |
Page.deepClone()
Clones the page.
|
Page |
Page.deepClone(boolean cloneHistory)
Clones the page.
|
Page |
PageHistory.get_Item(int index)
Gets or sets the page version at the specified index of the
PageHistory . |
Page |
PageHistory.getCurrent()
Gets the current page version.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<Page> |
PageHistory.iterator()
Returns an enumerator that iterates through child nodes of the
PageHistory . |
Modifier and Type | Method and Description |
---|---|
void |
PageHistory.addItem(Page item)
Adds the page version to the end of the
PageHistory . |
boolean |
PageHistory.containsItem(Page item)
Determines whether the page history contains the page version.
|
void |
PageHistory.copyToTArray(Page[] array,
int arrayIndex)
Copies the page versions to an array, starting at a particular index..
|
PageHistory |
Document.getPageHistory(Page page)
Gets the
PageHistory which contains full history for each page presented in a document (the earliest at index 0). |
int |
PageHistory.indexOfItem(Page item)
Determines the index of a specific page version in the page history.
|
void |
PageHistory.insertItem(int index,
Page item)
Inserts a page version into the page history.
|
boolean |
PageHistory.removeItem(Page item)
Removes the page version from the
PageHistory . |
void |
PageHistory.set_Item(int index,
Page value)
Gets or sets the page version at the specified index of the
PageHistory . |
void |
DocumentVisitor.visitPageEnd(Page page)
End to visit the
Page node. |
void |
DocumentVisitor.visitPageStart(Page page)
Start to visit the
Page node. |
Modifier and Type | Method and Description |
---|---|
void |
PageHistory.addRange(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Page> items)
Adds the page versions to the end of the
PageHistory . |
Constructor and Description |
---|
PageHistory(Page page)
Initializes a new instance of the
PageHistory class. |