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