AppearanceDictionary
סקירה
AppearanceDictionary היא מחלקה ב‑Aspose.PDF FOSS עבור .NET.
יורשת מ‑: IDictionary<string, XForm>.
מילון זרם המראה באנוטציה (/AP entry): ממפה שם מצב המראה -> XForm.
מחלקה זו מספקת 12 שיטות לעבודה עם אובייקטים מסוג AppearanceDictionary בתוכניות .NET.
השיטות הזמינות כוללות: Add, Clear, Contains, ContainsKey, CopyTo, GetEnumerator, Remove, TryGetValue.
כל החברים הציבוריים נגישים לכל יישום .NET לאחר התקנת חבילת Aspose.PDF FOSS for .NET.
מאפיינים: Count, IsFixedSize, IsReadOnly, IsSynchronized, Keys, SyncRoot, ועוד 1.
מאפיינים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
Count | int | Read | מספר מצבי הופעה. |
IsReadOnly | bool | Read | מקבל את ערך הקריאה בלבד. |
IsFixedSize | bool | Read | תמיד שקר (המילון ניתן לשינוי). |
IsSynchronized | bool | Read | תמיד שקר: המתקשרים מסדרים את הגישה שלהם באופן סדרתי. |
SyncRoot | object | Read | אובייקט סנטינל לנעילה בסגנון ICollection.SyncRoot. |
Keys | ICollection<string> | Read | מקבל את המפתחות. |
Values | ICollection<XForm> | Read | מקבל את הערכים. |
שיטות
| Signature | Description |
|---|---|
Add(key: string, value: XForm) | קורא ל‑Add על מופע AppearanceDictionary זה. |
Add(item: KeyValuePair<string, XForm>) | הוספה באמצעות זוג מפתח/ערך (חוזה IDictionary). |
Add(key: object, value: object) | הוספה באמצעות object/object (סוג רופף). |
Clear() | קורא ל‑Clear על מופע AppearanceDictionary זה. |
Contains(item: KeyValuePair<string, XForm>) | קורא ל‑Contains על מופע AppearanceDictionary זה. |
ContainsKey(key: string) | קורא ל‑ContainsKey על מופע AppearanceDictionary זה. |
CopyTo(array: KeyValuePair<string, XForm>[], arrayIndex: int) | קורא ל‑CopyTo על מופע AppearanceDictionary זה. |
CopyTo(array: XForm[], index: int) | העתק רק את XForms של המראה למערך (גרסת CopyTo רק ערך). |
GetEnumerator() | קורא ל‑GetEnumerator על מופע AppearanceDictionary זה. |
Remove(key: string) | קורא ל‑Remove על מופע AppearanceDictionary זה. |
Remove(item: KeyValuePair<string, XForm>) | |
TryGetValue(key: string, value: XForm) | קורא ל‑TryGetValue על מופע AppearanceDictionary זה. |