System::Globalization::StringInfo::GetNextTextElement メソッド
StringInfo::GetNextTextElement(const String&) method
指定された文字列の最初の要素を取得します。
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| パラメーター | 型 | 説明 |
|---|---|---|
| str | const String& | 入力文字列。 |
ReturnValue
最初のテキスト要素。
参照
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
StringInfo::GetNextTextElement(const String&, int) method
指定された文字列の指定インデックスにある要素を取得します。
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| パラメーター | 型 | 説明 |
|---|---|---|
| str | const String& | 入力文字列。 |
| インデックス | int | 開始インデックス。 |
ReturnValue
Text element at the specified index.
参照
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++