Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
|
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. |
|
Return the number of characters between the start character or anchor position (acpStart in ITextStoreACP::FindNextAttrTransition or paStart in ITextStoreAnchor::FindNextAttrTransition ) and the position at which an attribute transition occurs. |
|
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. |
|
Load supported document attribute values into the TS_ATTRVAL structure. |
|
Used by ITextStoreACP::RequestAttrsTransitioningAtPosition and ITextStoreAnchor::RequestAttrsTransitioningAtPosition to obtain the document attribute values that end at the specified character or anchor position. |
|
Reserved. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Redistributable |
TSF 1.0 on Windows 2000 Professional |
| Header |
|
| IDL |
|