طريقة System::Globalization::StringInfo::SubstringByTextElements
محتويات
[
يخفي
]StringInfo::SubstringByTextElements(int) const method
يحصل على جزء فرعي من عناصر النص من العنصر النصي المحدد حتى العنصر النصي الأخير.
String System::Globalization::StringInfo::SubstringByTextElements(int starting_text_element) const
| Parameter | Type | الوصف |
|---|---|---|
| starting_text_element | int | فهرس عنصر نص. |
ReturnValue
جزء فرعي من عناصر النص.
انظر أيضًا
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
StringInfo::SubstringByTextElements(int, int) const method
يحصل على جزء فرعي من عناصر النص من العنصر النصي المحدد حتى عدد محدد من عناصر النص.
String System::Globalization::StringInfo::SubstringByTextElements(int starting_text_element, int length_in_text_elements) const
| Parameter | Type | الوصف |
|---|---|---|
| starting_text_element | int | فهرس عنصر نص. |
| length_in_text_elements | int | عدد عناصر النص. |
ReturnValue
جزء فرعي من عناصر النص.
انظر أيضًا
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++