odsstream
Loading...
Searching...
No Matches
Classes
odsdochandlerinterface.h File Reference

interface to use as a wildcard to writer in either TSV, ODS TSVdirectory writers any kind of writer can be created in your program : OdsDocWriter, TsvDirectoryWriter, TsvOutputStream All of them implements this interface : it allows to use the same code to write in these different formats. More...

#include <QString>
#include "reader/odscell.h"

Go to the source code of this file.

Classes

class  OdsDocHandlerInterface
 

Detailed Description

interface to use as a wildcard to writer in either TSV, ODS TSVdirectory writers any kind of writer can be created in your program : OdsDocWriter, TsvDirectoryWriter, TsvOutputStream All of them implements this interface : it allows to use the same code to write in these different formats.

interface to implement, needed to read an ODS document A developper has to create a new class implementing this interface. The member functions are triggered by the OdsDocReader class. It acts as a SAX handler to read ODS files as streams.

Date
10/03/2015
Author
Olivier Langella