cohtml::ITextTransformationManager::TransformationResult
On this page
#include <TextTransformation.h>
Public Functions
Name | |
---|---|
virtual void | Set(const char * text, unsigned lengthBytes) =0 The implementer must set here the transformed text. |
virtual | ~TransformationResult() |
Public Functions Documentation
function Set
virtual void Set(
const char * text,
unsigned lengthBytes
) =0
The implementer must set here the transformed text.
Parameters:
- text the transformed text encoded in UTF-8
- lengthBytes the length in bytes of the UTF-8 encoded text
function ~TransformationResult
inline virtual ~TransformationResult()