Class PageHistory
اسم الفضاء : Aspose.Note تجميع: Aspose.Note.dll (25.4.0)
يمثل تاريخ الصفحة.
public class PageHistory : IList<page>, ICollection<page>, IEnumerable<page>, IEnumerable
Inheritance
Implements
IList
الأعضاء الموروثين
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageHistory(Page)
يبدأ حالة جديدة من فئة Aspose.Note.PageHistory.
public PageHistory(Page page)
Parameters
page
Page
النسخة الحالية من الصفحة
Properties
Count
يحصل على العد من إصدارات الصفحة في تاريخ الصفحة.
public int Count { get; }
قيمة الممتلكات
Current
الحصول على النسخة الحالية من الصفحة.
public Page Current { get; }
قيمة الممتلكات
IsReadOnly
يحصل على قيمة تشير إلى ما إذا كان تاريخ الصفحة يقرأ فقط.
public bool IsReadOnly { get; }
قيمة الممتلكات
هذا[إنت]
يحصل أو يضع نسخة الصفحة على المؤشر المحدد لـ Aspose.Note.PageHistory.
public Page this[int index] { get; set; }
قيمة الممتلكات
Methods
Add(Page)
إضافة نسخة الصفحة إلى نهاية Aspose.Note.PageHistory.
public void Add(Page item)
Parameters
item
Page
نسخة الصفحة .
AddRange(الصفحة الرئيسية > صفحة>)
إضافة إصدارات الصفحة إلى نهاية Aspose.Note.PageHistory.
public void AddRange(IEnumerable<page> items)
Parameters
items
IEnumerable
<؛
Page
>
The System.Collections.Generic.IEnumerable`1 مجموعة من إصدارات الصفحة.
Clear()
تحديد تاريخ الصفحة.
public void Clear()
Contains(Page)
يحدد ما إذا كان تاريخ الصفحة يحتوي على نسخة الصفحة.
public bool Contains(Page item)
Parameters
item
Page
نسخة الصفحة .
Returns
النظام - بوليان
CopyTo(Page[ ]إنت)
نسخ إصدارات الصفحة إلى سلسلة، بدءا من البداية.
public void CopyTo(Page[] array, int arrayIndex)
Parameters
array
Page
[ ]
الهدف هو الترتيب.
arrayIndex
int
إشارة إلى Array Index.
GetEnumerator()
إرجاع المجلد الذي يترك من خلال عقدة الأطفال من Aspose.Note.PageHistory.
public IEnumerator<page> GetEnumerator()
Returns
IEnumerator <؛ Page >
النظام.المجموعات.IEnumerator
IndexOf(Page)
يحدد مؤشر نسخة صفحة معينة في تاريخ الصفحة.
public int IndexOf(Page item)
Parameters
item
Page
نسخة الصفحة .
Returns
النظام .Int32.
Insert(إنت، صفحة)
إدخال نسخة صفحة في تاريخ الصفحة.
public void Insert(int index, Page item)
Parameters
index
int
من المؤشر .
item
Page
نسخة الصفحة .
Remove(Page)
إزالة نسخة الصفحة من Aspose.Note.PageHistory.
public bool Remove(Page item)
Parameters
item
Page
نسخة الصفحة .
Returns
النظام - بوليان
RemoveAt(إنت)
إزالة نسخة الصفحة في المؤشر المحدد من Aspose.Note.PageHistory.
public void RemoveAt(int index)
Parameters
index
int
من المؤشر .
RemoveRange(إنت، إنت)
إزالة مجموعة من إصدارات الصفحة من Aspose.Note.PageHistory.
public void RemoveRange(int index, int count)
Parameters
index
int
من المؤشر .
count
int
في الحساب .