Class PageHistory

Class PageHistory

اسم الفضاء : Aspose.Note تجميع: Aspose.Note.dll (25.4.0)

يمثل تاريخ الصفحة.

public class PageHistory : IList<page>, ICollection<page>, IEnumerable<page>, IEnumerable

Inheritance

object PageHistory

Implements

IList , ICollection , IEnumerable , IEnumerable

الأعضاء الموروثين

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; }

قيمة الممتلكات

int

Current

الحصول على النسخة الحالية من الصفحة.

public Page Current { get; }

قيمة الممتلكات

Page

IsReadOnly

يحصل على قيمة تشير إلى ما إذا كان تاريخ الصفحة يقرأ فقط.

public bool IsReadOnly { get; }

قيمة الممتلكات

bool

هذا[إنت]

يحصل أو يضع نسخة الصفحة على المؤشر المحدد لـ Aspose.Note.PageHistory.

public Page this[int index] { get; set; }

قيمة الممتلكات

Page

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 &lt؛ Page >

The System.Collections.Generic.IEnumerable`1 مجموعة من إصدارات الصفحة.

Clear()

تحديد تاريخ الصفحة.

public void Clear()

Contains(Page)

يحدد ما إذا كان تاريخ الصفحة يحتوي على نسخة الصفحة.

public bool Contains(Page item)

Parameters

item Page

نسخة الصفحة .

Returns

bool

النظام - بوليان

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 &lt؛ Page >

النظام.المجموعات.IEnumerator

IndexOf(Page)

يحدد مؤشر نسخة صفحة معينة في تاريخ الصفحة.

public int IndexOf(Page item)

Parameters

item Page

نسخة الصفحة .

Returns

int

النظام .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

bool

النظام - بوليان

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

في الحساب .

 عربي