CharInfoCollection
סקירה
CharInfoCollection היא מחלקה ב‑Aspose.PDF FOSS עבור .NET.
יורשת מ: System.Collections.Generic.IEnumerable<CharInfo>.
אוסף של רשומות CharInfo — תומך במשטח הציבורי שבו משתמש TextSegment.Characters אך נשאר ריק כברירת מחדל.
מחלקה זו מספקת 6 שיטות לעבודה עם אובייקטים מסוג CharInfoCollection בתוכניות .NET.
השיטות הזמינות כוללות: Add, Clear, Contains, CopyTo, GetEnumerator, Remove.
כל החברים הציבוריים נגישים לכל יישום .NET לאחר התקנת חבילת Aspose.PDF FOSS for .NET.
מאפיינים: Count, IsReadOnly, IsSynchronized, SyncRoot.
מאפיינים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
Count | int | קריאה | מקבל את הספירה. |
IsReadOnly | bool | קריאה | מקבל את ערך קריאה‑בלבד. |
IsSynchronized | bool | קריאה | מקבל את ערך מסונכרן. |
SyncRoot | object | קריאה | מקבל את שורש הסינכרון. |
שיטות
| Signature | Description |
|---|---|
Add(item: CharInfo) | קורא ל‑Add על מופע זה של CharInfoCollection. |
Clear() | קורא ל‑Clear על מופע זה של CharInfoCollection. |
Contains(item: CharInfo) | קורא ל‑Contains על מופע זה של CharInfoCollection. |
CopyTo(array: CharInfo[], index: int) | קורא ל‑CopyTo על מופע זה של CharInfoCollection. |
Remove(item: CharInfo) | קורא ל‑Remove על מופע זה של CharInfoCollection. |
GetEnumerator() | קורא ל‑GetEnumerator על מופע זה של CharInfoCollection. |