الفئة StringIndexDataProvider
محتويات
[
يخفي
]StringIndexDataProvider class
يعلن عن وظيفة للوصول إلى بنية CFF String INDEX.
public abstract class StringIndexDataProvider : ICffIndexDataProvider
الخصائص
| الاسم | الوصف |
|---|---|
| abstract Count { get; } | عدد الكائنات في بنية CFF INDEX. |
| abstract Item { get; set; } | يحصل/يضبط السلسلة في الفهرس المحدد. |
الطرق
| الاسم | الوصف |
|---|---|
| abstract AddString(string) | يضيف سلسلة إلى بنية CFF String INDEX. |
| abstract GetRawBytes() | يحصل على جميع بايتات بنية CFF INDEX. |
| abstract GetString(int) | يحصل على السلسلة في الفهرس المحدد من بنية CFF String INDEX. |
| abstract RemoveString(int) | يزيل السلسلة من بنية CFF String Index في الفهرس المحدد. |
| abstract SetString(string, int) | يضبط السلسلة في بنية CFF String Index في الفهرس المحدد. |
انظر أيضاً
- interface ICffIndexDataProvider
- namespace Aspose.Font.CffDataProviders
- assembly Aspose.Font