#include <ITextAttrWideString.h>
|
| enum | { kDefaultIID = IID_ITEXTATTRWIDESTRING } |
| |
| typedef const WideString & | ValueType |
| |
Wide string attribute. Used in kTARubyStringBoss.
| ValueType ITextAttrWideString::Get | ( | void | | ) | const |
| inline |
Get wide string
- Returns
- ValueType wide string
| virtual const WideString& ITextAttrWideString::GetString | ( | | ) | const |
| pure virtual |
| void ITextAttrWideString::Set | ( | ValueType | flag | ) | |
| inline |
Set wide string
- Parameters
| flag | wide string to set to |
| virtual void ITextAttrWideString::SetString | ( | const WideString & | ws | ) | |
| pure virtual |
Set wide string
- Parameters