#include <librevenge/librevenge.h>
#include "libodfgen-api.hxx"
Go to the source code of this file.
Typedef Documentation
typedef bool(* OdfEmbeddedImage)(const librevenge::RVNGBinaryData &input, librevenge::RVNGBinaryData &output) |
Handler for embedded images.
This is also (mis)used for embedded fonts, to avoid API change. In this case the output format must be TTF.
- Parameters:
-
[in] | input | the image's data |
[in] | output | the same image in format suitable for the used OdfDocumentHandler. |
Handler for embedded objects.
- Parameters:
-
[in] | data | the object's data |
[in] | pHandler | the current OdfDocumentHandler |
[in] | streamType | type of the object |
Variable Documentation