SubstringByTextElements()
StringInfo::SubstringByTextElements(int) const method
Gets substring of text elements from the specified text element through the last text element.
String System::Globalization::StringInfo::SubstringByTextElements(int starting_text_element) const
Arguments
Parameter | Type | Description |
---|---|---|
starting_text_element | int | Index of a text element. |
Return Value
Substring of text elements.
StringInfo::SubstringByTextElements(int, int) const method
Gets substring of text elements from the specified text element through the specified number of text elements.
String System::Globalization::StringInfo::SubstringByTextElements(int starting_text_element, int length_in_text_elements) const
Arguments
Parameter | Type | Description |
---|---|---|
starting_text_element | int | Index of a text element. |
length_in_text_elements | int | Number of text elements. |
Return Value
Substring of text elements.
See Also
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Slides