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.Page 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.Page for C++