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++