#include <VisioDocument.h>
|
static bool | isSupported (WPXInputStream *input) |
| Analyzes the content of an input stream to see if it can be parsed. More...
|
|
static bool | parse (WPXInputStream *input, libwpg::WPGPaintInterface *painter) |
| Parses the input stream content. More...
|
|
static bool | generateSVG (WPXInputStream *input, VSDStringVector &output) |
| Parses the input stream content and generates a valid Scalable Vector Graphics Provided as a convenience function for applications that support SVG internally. More...
|
|
◆ generateSVG()
bool libvisio::VisioDocument::generateSVG |
( |
WPXInputStream * |
input, |
|
|
VSDStringVector & |
output |
|
) |
| |
|
static |
Parses the input stream content and generates a valid Scalable Vector Graphics Provided as a convenience function for applications that support SVG internally.
- Parameters
-
input | The input stream |
output | The output string whose content is the resulting SVG |
- Returns
- A value that indicates whether the SVG generation was successful.
◆ isSupported()
bool libvisio::VisioDocument::isSupported |
( |
WPXInputStream * |
input | ) |
|
|
static |
Analyzes the content of an input stream to see if it can be parsed.
- Parameters
-
- Returns
- A value that indicates whether the content from the input stream is a Visio Document that libvisio able to parse
◆ parse()
bool libvisio::VisioDocument::parse |
( |
WPXInputStream * |
input, |
|
|
libwpg::WPGPaintInterface * |
painter |
|
) |
| |
|
static |
Parses the input stream content.
It will make callbacks to the functions provided by a WPGPaintInterface class implementation when needed. This is often commonly called the 'main parsing routine'.
- Parameters
-
input | The input stream |
painter | A WPGPainterInterface implementation |
- Returns
- A value that indicates whether the parsing was successful
Referenced by generateSVG().
The documentation for this class was generated from the following files: