System::Globalization::TextElementEnumerator 클래스
TextElementEnumerator class
문자열 요소(문자)를 반복하는 열거자. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 감싸고, 해당 포인터를 사용하여 함수 인수로 전달하십시오.
class TextElementEnumerator : public virtual System::Object
메서드
| 메서드 | 설명 |
|---|---|
| get_Current() const | 현재 텍스트 요소를 가져옵니다. |
| get_ElementIndex() const | 현재 텍스트 요소의 인덱스를 가져옵니다. |
| GetTextElement() const | 현재 요소를 가져옵니다. |
| MoveNext() | 다음 요소로 이동합니다. |
| operator=(const TextElementEnumerator&) | |
| Reset() | 열거자를 초기 위치로 설정합니다. |
| TextElementEnumerator(const TextElementEnumerator&) |
또 보기
- Class Object
- Namespace System::Globalization
- Library Aspose.Page for C++