:: com :: sun :: star :: graphic ::

interface XSvgParser

Methods' Summary
getDecomposition Retrieve decomposed list of simpler primitives  
getDrawCommands Get the "draw command" graph that is created from the SVG content  
Methods' Details
getDecomposition
sequence< XPrimitive2D >
getDecomposition( [in] ::com::sun::star::io::XInputStream  xSvgStream,
[in] string  aAbsolutePath );

Description
Retrieve decomposed list of simpler primitives
Parameter xSvgStream
The file containing the SVG XML data
Parameter aAbsolutePath
The path containing the SVG XML data
getDrawCommands
any
getDrawCommands( [in] ::com::sun::star::io::XInputStream  xSvgStream,
[in] string  aAbsolutePath );

Description
Get the "draw command" graph that is created from the SVG content
Parameter xSvgStream
The file containing the SVG XML data
Parameter aAbsolutePath
The path containing the SVG XML data
Since LibreOffice 6.3
Top of Page