WordProcessingFormattedTextFragmentCollection

WordProcessingFormattedTextFragmentCollection class

يمثل مجموعة من أجزاء النص المنسق في مستند Word.

public abstract class WordProcessingFormattedTextFragmentCollection : 
    FormattedTextFragmentCollection

الخصائص

اسم وصف
CollectionType { get; } الحصول على نوع مجموعة الجزء المنسق.
virtual Count { get; } الحصول على عدد العناصر الموجودة في المجموعة.
override IsReadOnly { get; } يحصل على قيمة تشير إلى ما إذا كانت المجموعة للقراءة فقط.
virtual Item { get; } يحصل على العنصر في الفهرس المحدد في المجموعة.

طُرق

اسم وصف
Add(string) يضيف جزء نص منسق إلى المجموعة.
Add(string, Font) يضيف جزء نص منسق إلى المجموعة.
Add(string, Font, Color) يضيف جزء نص منسق إلى المجموعة.
Add(string, Font, Color, Color) يضيف جزء نص منسق إلى المجموعة.
Clear()
virtual Contains(FormattedTextFragment)
virtual GetEnumerator()
virtual IndexOf(FormattedTextFragment)
Insert(int, string) إدراج جزء نص منسق في المجموعة في فهرس محدد.
Insert(int, string, Font) إدراج جزء نص منسق في المجموعة في فهرس محدد.
Insert(int, string, Font, Color) إدراج جزء نص منسق في المجموعة في فهرس محدد.
Insert(int, string, Font, Color, Color) إدراج جزء نص منسق في المجموعة في فهرس محدد.
Remove(FormattedTextFragment)
RemoveAt(int)

أنظر أيضا