IndexOf()
ParagraphCollection::IndexOf(System::SharedPtr<IParagraph>) method
Determines the index of a specific item in the IList.
int32_t Aspose::Slides::ParagraphCollection::IndexOf(System::SharedPtr<IParagraph> item)
Arguments
Parameter | Type | Description |
---|---|---|
item | System::SharedPtr<IParagraph> | The object to locate in the IList. |
Return Value
The index of item if found in the list; otherwise, -1.
See Also
- Typedef SharedPtr
- Class IParagraph
- Class ParagraphCollection
- Namespace Aspose::Slides
- Library Aspose.Slides