TextSegmentCollection
Overview
TextSegmentCollection यह एक क्लास है Aspose.PDF FOSS के लिए .NET. वारिस से: System.Collections.Generic.IEnumerable<TextSegment>.
एक TextSegment के स्वामित्व वाले TextFragment वस्तुओं का एक 1-इंडेक्सेड संग्रह।.
इस वर्ग में .NET प्रोग्रामों में TextSegmentCollection वस्तुओं के साथ काम करने के लिए 6 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: Add, Clear, Contains, CopyTo, GetEnumerator, Remove. सभी सार्वजनिक सदस्य किसी भी .NET अनुप्रयोग के लिए उपलब्ध हैं Aspose.PDF FOSS को स्थापित करने के बाद .Net पैकेज के साथ।. संपत्ति : Count, IsReadOnly, IsSynchronized, SyncRoot.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | कई सेगमेंट्स।. |
IsReadOnly | bool | Read | यह केवल पढ़ा जाता है।. |
IsSynchronized | bool | Read | यह मिलता है सिंक्रनाइज़ किया जाता है।. |
SyncRoot | object | Read | सिंक्रनाइज़ेशन को रूट मिलता है।. |
Methods
| Signature | Description |
|---|---|
Add(segment: TextSegment) | इस TextSegmentCollection उदाहरण पर कॉल जोड़ें।. |
Contains(item: TextSegment) | कॉल इस TextSegmentCollection उदाहरण पर शामिल हैं।. |
CopyTo(array: TextSegment[], index: int) | इस उदाहरण पर CopyTo कॉल करें।. |
Remove(item: TextSegment) | इस TextSegmentCollection उदाहरण पर कॉल हटा दें।. |
Clear() | इस TextSegmentCollection उदाहरण पर स्पष्ट कॉल करें।. |
GetEnumerator() | इस उदाहरण पर GetEnumerator कॉल करें।. |