PageHistory
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericList
public class PageHistory implements System.Collections.Generic.IGenericList<Page>
Represents the page history.
Constructors
| Constructor | Description |
|---|---|
| PageHistory(Page page) | एक नया उदाहरण PageHistory क्लास को आरंभ करता है। |
Methods
| Method | Description |
|---|---|
| addItem(Page item) | पेज संस्करण को PageHistory के अंत में जोड़ता है। |
| addRange(System.Collections.Generic.IGenericEnumerable<Page> items) | पेज संस्करणों को PageHistory के अंत में जोड़ता है। |
| clear() | पेज इतिहास को साफ़ करता है। |
| containsItem(Page item) | निर्धारित करता है कि पेज इतिहास में पेज संस्करण मौजूद है या नहीं। |
| copyToTArray(Page[] array, int arrayIndex) | Copies the page versions to an array, starting at a particular index.. |
| getCurrent() | Gets the current page version. |
| get_Item(int index) | Gets or sets the page version at the specified index of the PageHistory. |
| indexOfItem(Page item) | Determines the index of a specific page version in the page history. |
| insertItem(int index, Page item) | Inserts a page version into the page history. |
| isReadOnly() | Gets a value indicating whether the page history is read only. |
| iterator() | एक enumerator लौटाता है जो PageHistory के चाइल्ड नोड्स के माध्यम से इटररेट करता है। |
| removeAt(int index) | निर्दिष्ट इंडेक्स पर PageHistory की पेज संस्करण को हटाता है। |
| removeItem(Page item) | PageHistory से पेज संस्करण को हटाता है। |
| removeRange(int index, int count) | PageHistory से पृष्ठ संस्करणों की एक सीमा हटाता है। |
| set_Item(int index, Page value) | Gets or sets the page version at the specified index of the PageHistory. |
| size() | पृष्ठ इतिहास में पृष्ठ संस्करणों की गिनती प्राप्त करता है। |
PageHistory(Page page)
public PageHistory(Page page)
एक नया उदाहरण PageHistory क्लास को आरंभ करता है।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| page | Page | वर्तमान पृष्ठ संस्करण। |
addItem(Page item)
public void addItem(Page item)
पेज संस्करण को PageHistory के अंत में जोड़ता है।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| item | Page | पृष्ठ संस्करण। |
addRange(System.Collections.Generic.IGenericEnumerable<Page> items)
public void addRange(System.Collections.Generic.IGenericEnumerable<Page> items)
पेज संस्करणों को PageHistory के अंत में जोड़ता है।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| आइटम्स | com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.note.Page> | IEnumerable\{Page\} पृष्ठ संस्करणों का संग्रह। |
clear()
public void clear()
पेज इतिहास को साफ़ करता है।
containsItem(Page item)
public boolean containsItem(Page item)
निर्धारित करता है कि पेज इतिहास में पेज संस्करण मौजूद है या नहीं।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| item | Page | पृष्ठ संस्करण। |
Returns:
boolean - The bool.
copyToTArray(Page[] array, int arrayIndex)
public void copyToTArray(Page[] array, int arrayIndex)
Copies the page versions to an array, starting at a particular index..
Parameters:
| Parameter | Type | Description |
|---|---|---|
| array | Page[] | लक्षित सरणी। |
| arrayIndex | int | सरणी सूचकांक। |
getCurrent()
public Page getCurrent()
Gets the current page version.
Returns: Page
get_Item(int index)
public Page get_Item(int index)
Gets or sets the page version at the specified index of the PageHistory.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | सूचकांक। |
Returns: Page - The page version.
indexOfItem(Page item)
public int indexOfItem(Page item)
Determines the index of a specific page version in the page history.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| item | Page | पृष्ठ संस्करण। |
Returns:
int - The int.
insertItem(int index, Page item)
public void insertItem(int index, Page item)
Inserts a page version into the page history.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | सूचकांक। |
| item | Page | पृष्ठ संस्करण। |
isReadOnly()
public boolean isReadOnly()
Gets a value indicating whether the page history is read only.
Returns: boolean
iterator()
public System.Collections.Generic.IGenericEnumerator<Page> iterator()
एक enumerator लौटाता है जो PageHistory के चाइल्ड नोड्स के माध्यम से इटररेट करता है।
Returns:
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.note.Page> - IEnumerator।
removeAt(int index)
public void removeAt(int index)
निर्दिष्ट इंडेक्स पर PageHistory की पेज संस्करण को हटाता है।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | सूचकांक। |
removeItem(Page item)
public boolean removeItem(Page item)
PageHistory से पेज संस्करण को हटाता है।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| item | Page | पृष्ठ संस्करण। |
Returns:
boolean - The bool.
removeRange(int index, int count)
public void removeRange(int index, int count)
PageHistory से पृष्ठ संस्करणों की एक सीमा हटाता है।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | सूचकांक। |
| count | int | The count. |
set_Item(int index, Page value)
public void set_Item(int index, Page value)
Gets or sets the page version at the specified index of the PageHistory.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | सूचकांक। |
| value | Page |
size()
public int size()
पृष्ठ इतिहास में पृष्ठ संस्करणों की गिनती प्राप्त करता है।
Returns: int