| SnpPerformTextAttrKenten::SnpPerformTextAttrKenten | ( | | ) | |
| inline |
| virtual SnpPerformTextAttrKenten::~SnpPerformTextAttrKenten | ( | | ) | |
| inlinevirtual |
Applies kenten attributes onto the specified text model range.
- Parameters
| textRange | (in) The text range to which you want to apply kenten. |
| kentenData | (in) The kenten settings. Use SetKentenData() to fill in the members. |
- Returns
- kSuccess on success, kFailure otherwise.
Inspects kenten attributes over the specified text model range. The details are printed onto the SNIPLOG.
- Parameters
| textRange | (in) The text range from which you want to inspect kenten. |
| kentenData | (out) The kenten settings. |
- Returns
- kSuccess on success, kFailure otherwise.
Removes (or simply turns off) kenten attributes from the specified text model range.
- Parameters
| textRange | (in) The text range from which you want to remove kenten. |
- Returns
- kSuccess on success, kFailure otherwise.
Reports kenten data to SNIPLOG.
- Parameters
| kentenData | (in) The kenten settings. |
| db | (in) Database for getting the swatch names. |
Sets the SnpKentenDataSettings structure.
- Parameters
| textRange | (in) The text range to use as a basis for some kenten settings, particularly those that depend on the base text. |
| kentenData | (out) The kenten settings that can be passed on to ApplyKenten(). |