Prev EEDataPhonetic class |
ExcelExplorer Manual |
Next Phonetic |
 |
(ExcelExplorer 4.0)
Get base text.
EEData Data( )
Parameters
- None
Description
Get base text for this part.
Always returns valid EEData object.
Note that returned object not contains phonetic data itself, so any call to
EEData->IsPhonetic(),
EEData->Phonetic()
methods of the returned object will always returns FALSE.
However returned string can contains rich text data.
That means that the base text itself (for this part) can have some rich text formatting.
You can obtain rich text info using EEData->RichText() method or
can directly use methods like EEData->HTML() to get the whole string without rich text data.
For simplicity, think about returned object as ordinary string, that readed from the cell without phonetic data.
See EEData->Phonetic() for example.
|