Skip to content

Latest commit

 

History

History
112 lines (93 loc) · 2.84 KB

ne-textstor-tsruntype.md

File metadata and controls

112 lines (93 loc) · 2.84 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:textstor.__MIDL___MIDL_itf_textstor_0000_0000_0003
TsRunType (textstor.h)
Elements of the TsRunType enumeration specify if a text run is visible, hidden, or is a private data type embedded in the text run.
TS_RT_HIDDEN
TS_RT_OPAQUE
TS_RT_PLAIN
TsRunType
TsRunType enumeration [Text Services Framework]
_tsf_tsruntype_ref
textstor/TS_RT_HIDDEN
textstor/TS_RT_OPAQUE
textstor/TS_RT_PLAIN
textstor/TsRunType
tsf.tsruntype
tsf\tsruntype.htm
TSF
47da6ff6-34c9-4c36-a254-ce8396723fcb
12/05/2018
TS_RT_HIDDEN, TS_RT_OPAQUE, TS_RT_PLAIN, TsRunType, TsRunType enumeration [Text Services Framework], _tsf_tsruntype_ref, textstor/TS_RT_HIDDEN, textstor/TS_RT_OPAQUE, textstor/TS_RT_PLAIN, textstor/TsRunType, tsf.tsruntype
textstor.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Textstor.idl
Windows
TsRunType
TSF 1.0 on Windows 2000 Professional
19H1
__MIDL___MIDL_itf_textstor_0000_0000_0003
textstor/__MIDL___MIDL_itf_textstor_0000_0000_0003
TsRunType
textstor/TsRunType
c++
APIRef
kbSyntax
HeaderDef
Textstor.h
TsRunType

TsRunType enumeration

-description

Elements of the TsRunType enumeration specify if a text run is visible, hidden, or is a private data type embedded in the text run.

-enum-fields

-field TS_RT_PLAIN:0

The text run is visible.

-field TS_RT_HIDDEN

The text run is hidden.

-field TS_RT_OPAQUE

The text run is a private data type embedded in the text run.

-remarks

A text run is a collection of consecutive characters that is visible, hidden, or contains embedded data. For example, the text, Hello World in HTML might be <b>Hello </b><i>World</i>. This text would be defined using the TsRunType as in the following.

Text Run Value
<b> TS_RT_HIDDEN
Hello<space> TS_RT_PLAIN
</b> TS_RT_HIDDEN
<i> TS_RT_HIDDEN
World TS_RT_PLAIN
</i> TS_RT_HIDDEN

-see-also

ITextStoreACP::GetText

TS_RUNINFO