| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Service that describes the necessary interfaces and properties to handle svg files. More...
import "SvgTools.idl";
 
  
| Additional Inherited Members | |
| Public Member Functions inherited from XSvgParser | |
| 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. | |
Service that describes the necessary interfaces and properties to handle svg files.
Parses a svg file to a sequence of B2DPrimitives for internal usage