| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
XSvgParser interface. More...
import "XSvgParser.idl";
 
  
| Public Member Functions | |
| sequence< XPrimitive2D > | getDecomposition ([in] io::XInputStream xSvgStream, [in] string aAbsolutePath) | 
| Retrieve decomposed list of simpler primitives. | |
| any | getDrawCommands ([in] io::XInputStream xSvgStream, [in] string aAbsolutePath) | 
| Get the "draw command" graph that is created from the SVG content. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
XSvgParser interface.
This interface allows to parse a SVG stream in form of a sequence of bytes to be parsed into a sequence of XPrimitive2Ds
| sequence< XPrimitive2D > getDecomposition | ( | [in] io::XInputStream | xSvgStream, | 
| [in] string | aAbsolutePath ) | 
Retrieve decomposed list of simpler primitives.
| xSvgStream | The file containing the SVG XML data | 
| aAbsolutePath | The path containing the SVG XML data | 
| any getDrawCommands | ( | [in] io::XInputStream | xSvgStream, | 
| [in] string | aAbsolutePath ) | 
Get the "draw command" graph that is created from the SVG content.
| xSvgStream | The file containing the SVG XML data | 
| aAbsolutePath | The path containing the SVG XML data |