The TS_ATTR_* constants are used to obtain and change the values of document attributes. These constants form possible values of bitfield flags in ITextStoreACP and ITextStoreAnchor methods.
Constant/value
Description
TS_ATTR_FIND_BACKWARDS
( 0x1 )
Search backward from the start character or anchor position for the position where a transition occurs in a document attribute value. The default is search forward.
Used by ITextStoreAnchor::FindNextAttrTransition to position the input anchor at the next attribute transition, if one is found. Otherwise the input anchor is not modified.
TS_ATTR_FIND_WANT_VALUE
( 0x8 )
Load supported document attribute values into the TS_ATTRVAL structure.