Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct document_file_format

boost::document_file_format — Document File Format which can be exported.

Synopsis

// In header: <boost/document/detail/document_file_format.hpp>


struct document_file_format {

  enum type { PDF, CSV, XML };
};

PrevUpHomeNext