ITextStoreAnchor 인터페이스(textstor.h)
ITextStoreAnchor 인터페이스는 Microsoft Active Accessibility 클라이언트에 의해 구현되며 TSF 관리자가 텍스트 스트림을 조작하는 데 사용됩니다. 스트림 내의 텍스트 범위는 앵커 개체로 구분됩니다. 이러한 앵커 개체는 IAnchor 인터페이스에 의해 노출되고 조작됩니다.
애플리케이션은 Microsoft Active Accessibility를 사용하여 이 인터페이스의 instance 가져올 수 있습니다. 인터페이스 ID가 IID_ITextStoreAnchor.
텍스트 조작에 ACP(애플리케이션 문자 위치) 모델을 사용하려면 대신 ITextStoreACP 를 사용합니다.
상속
ITextStoreAnchor 인터페이스는 IUnknown 인터페이스에서 상속됩니다. ITextStoreAnchor 에는 다음과 같은 유형의 멤버도 있습니다.
메서드
ITextStoreAnchor 인터페이스에는 이러한 메서드가 있습니다.
ITextStoreAnchor::AdviseSink ITextStoreAnchor::AdviseSink 메서드는 ITextStoreAnchorSink 인터페이스에서 새 조언 싱크를 설치하거나 기존 조언 싱크를 수정합니다. |
ITextStoreAnchor::FindNextAttrTransition ITextStoreAnchor::FindNextAttrTransition 메서드는 특성 값에서 전환이 발생하는 텍스트 스트림의 위치를 찾습니다. 검사 지정된 특성은 애플리케이션에 따라 다릅니다. |
ITextStoreAnchor::GetActiveView ITextStoreAnchor::GetActiveView 메서드는 현재 활성 보기를 지정하는 TsViewCookie 데이터 형식을 반환합니다. TSF는 단일 활성 보기만 지원하므로 지정된 텍스트 저장소는 항상 동일한 TsViewCookie 데이터 형식을 반환해야 합니다. |
ITextStoreAnchor::GetAnchorFromPoint ITextStoreAnchor::GetAnchorFromPoint 메서드는 화면 좌표의 점을 해당 위치에 있는 앵커로 변환합니다. |
ITextStoreAnchor::GetEmbedded ITextStoreAnchor::GetEmbedded 메서드는 텍스트 스트림에서 포함된 개체를 가져옵니다. |
ITextStoreAnchor::GetEnd ITextStoreAnchor::GetEnd 메서드는 텍스트 스트림의 끝에 배치된 앵커를 반환합니다. |
ITextStoreAnchor::GetFormattedText ITextStoreAnchor::GetFormattedText 메서드는 텍스트 스트림에서 서식이 지정된 텍스트 정보를 반환합니다. |
ITextStoreAnchor::GetScreenExt ITextStoreAnchor::GetScreenExt 메서드는 텍스트 스트림이 렌더링되는 디스플레이 화면의 경계 상자 화면 좌표를 반환합니다. |
ITextStoreAnchor::GetSelection ITextStoreAnchor::GetSelection 메서드는 텍스트 스트림에서 텍스트 선택 영역의 오프셋을 반환합니다. 이 메서드는 여러 텍스트 선택을 지원합니다. 호출자는 이 메서드를 호출하기 전에 문서에 대한 읽기 전용 잠금이 있어야 합니다. |
ITextStoreAnchor::GetStart ITextStoreAnchor::GetStart 메서드는 텍스트 스트림의 시작 부분에 배치된 앵커를 반환합니다. |
ITextStoreAnchor::GetStatus ITextStoreAnchor::GetStatus 메서드는 문서 상태 가져옵니다. 문서 상태 TS_STATUS 구조를 통해 반환됩니다. |
ITextStoreAnchor::GetText ITextStoreAnchor::GetText 메서드는 지정된 앵커 위치에 있는 텍스트에 대한 정보를 반환합니다. 이 메서드는 표시 및 숨겨진 텍스트를 반환하고 포함된 데이터가 텍스트에 연결되어 있는지를 나타냅니다. |
ITextStoreAnchor::GetTextExt ITextStoreAnchor::GetTextExt 메서드는 텍스트 범위의 경계 상자를 화면 좌표로 반환합니다. 호출자는 이 메서드를 호출하기 전에 문서에 대한 읽기 전용 잠금이 있어야 합니다. |
ITextStoreAnchor::GetWnd ITextStoreAnchor::GetWnd 메서드는 현재 텍스트 스트림에 해당하는 창에 핸들을 반환합니다. |
ITextStoreAnchor::InsertEmbedded ITextStoreAnchor::InsertEmbedded 메서드 |
ITextStoreAnchor::InsertEmbeddedAtSelection ITextStoreAnchor::InsertEmbeddedAtSelection 메서드는 삽입 지점 또는 선택 영역에 IDataObject 개체를 삽입합니다. 이 메서드를 호출하는 클라이언트에는 IDataObject를 텍스트 스트림에 삽입하기 전에 읽기/쓰기 잠금이 있어야 합니다. |
ITextStoreAnchor::InsertTextAtSelection ITextStoreAnchor::InsertTextAtSelection 메서드 |
ITextStoreAnchor::QueryInsert ITextStoreAnchor::QueryInsert 메서드는 지정된 시작 및 끝 앵커가 유효한지 여부를 결정합니다. 편집을 실행하기 전에 이 메서드를 사용하여 문서에 대한 편집을 조정합니다. 메서드는 문서 범위를 벗어나는 값을 반환해서는 안 됩니다. |
ITextStoreAnchor::QueryInsertEmbedded ITextStoreAnchor::QueryInsertEmbedded 메서드 |
ITextStoreAnchor::RequestAttrsAtPosition ITextStoreAnchor::RequestAttrsAtPosition 메서드 |
ITextStoreAnchor::RequestAttrsTransitioningAtPosition ITextStoreAnchor::RequestAttrsTransitioningAtPosition 메서드 |
ITextStoreAnchor::RequestLock ITextStoreAnchor::RequestLock 메서드 |
ITextStoreAnchor::RequestSupportedAttrs ITextStoreAnchor::RequestSupportedAttrs 메서드 |
ITextStoreAnchor::RetrieveRequestedAttrs ITextStoreAnchor::RetrieveRequestedAttrs 메서드 |
ITextStoreAnchor::SetSelection ITextStoreAnchor::SetSelection 메서드 |
ITextStoreAnchor::SetText ITextStoreAnchor::SetText 메서드는 제공된 두 앵커 위치 간에 텍스트 선택을 설정합니다. |
ITextStoreAnchor::UnadviseSink ITextStoreAnchor::UnadviseSink 메서드 |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 2000 Professional [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows 2000 Server [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | textstor.h |
재배포 가능 파일 | Windows 2000 Professional의 TSF 1.0 |