#include <ICalculatedTextResult.h>
|
| enum | CalculatedStringContent { kContainsUnknown = 0x00, kContainsHalfWidthNumbers = 0x01, kContainsRomanLetters = 0x02, kContainsNonRoman = 0x04 } |
| |
This class is the result of a call to ICalculatedText. It represents a resolved calculated text character (e.g. variable, footnote, etc).
@ see ICalculatedText
| CalculatedStringContent ICalculatedTextResult::GetContentFlags | ( | | ) | const |
| inline |
return CalculatedStringContent which indicates the contents of the string. e.g. whether or not the string is Roman
| bool16 ICalculatedTextResult::GetMustRegen | ( | | ) | const |
| inline |
return a bool which indicates whether the line must be regenerated on each draw or not.
| void ICalculatedTextResult::SetMustRegen | ( | bool16 | mustRegen | ) | |
| inline |
specify whether the line must be regenerated on each draw or not.