ParagraphCollection

ParagraphCollection

Overview

ParagraphCollection यह एक क्लास है Aspose.Slides FOSS के लिए .NET. वारिस से: ISlideComponent, IParagraphCollection, IEnumerable<IParagraph>.

एक संदर्भ के पैराग्राफ का संग्रह है।.

इस वर्ग में .NET प्रोग्रामों में ParagraphCollection वस्तुओं के साथ काम करने के लिए 9 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: Add, Clear, Contains, GetEnumerator, GetParagraphs, IndexOf, Insert, Remove, RemoveAt. सभी सार्वजनिक सदस्य किसी भी .NET अनुप्रयोग के लिए उपलब्ध हैं Aspose.Slides FOSS को स्थापित करने के बाद .Net पैकेज के साथ।. संपत्ति : AsIEnumerable, AsIPresentationComponent, AsISlideComponent, Count, IsReadOnly, Presentation,और एक और।.

Properties

NameTypeAccessDescription
SlideIBaseSlide?Readस्लाइड लेते हैं।.
PresentationIPresentation?Readप्रस्तुति प्राप्त करें।.
AsIPresentationComponentIPresentationComponentReadमैं प्रस्तुत करने के लिए एक घटक के रूप में प्राप्त करता हूं।.
AsISlideComponentISlideComponentReadमैं स्लाइड के रूप में घटक प्राप्त करता हूं।.
AsIEnumerableIEnumerable<IParagraph>Readजितना मैं सूचीबद्ध कर सकता हूं उतना ही।.
CountintReadगिनती की है।.
IsReadOnlyboolReadयह केवल पढ़ा जाता है।.

Methods

SignatureDescription
GetParagraphs()XML पाठ शरीर के आधार पर पैराग्राफ प्राप्त करता है।.
Add(value: IParagraph)संग्रह में निर्दिष्ट IParagraph डालें
Insert(index: int, value: IParagraph)इस ParagraphCollection उदाहरण पर इनर(index, value) कॉल करें।.
Clear()इस ParagraphCollection उदाहरण पर स्पष्ट कॉल करें।.
RemoveAt(index: int)निर्दिष्ट सूचकांक में अनुच्छेद को हटा दें
Remove(item: IParagraph)पहले से ही एक प्रतीक के रूप में पहला प्रदर्शित किया जाता है।
Contains(item: IParagraph)जांच करें कि क्या संग्रह में निर्दिष्ट IParagraph शामिल है
IndexOf(item: IParagraph)यह दिए गए IParagraph या -1 के लिए शून्य-आधारित सूचकांक को वापस करता है
GetEnumerator()एक अनुच्छेद को इटेरेट करने के लिए एक सूचीबद्ध वापस करता है

See Also

 हिन्दी