diff options
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/graphic/XSvgParser.idl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/offapi/com/sun/star/graphic/XSvgParser.idl b/offapi/com/sun/star/graphic/XSvgParser.idl index 742fce4bcd3e..7410a9d7947f 100644 --- a/offapi/com/sun/star/graphic/XSvgParser.idl +++ b/offapi/com/sun/star/graphic/XSvgParser.idl @@ -45,6 +45,20 @@ interface XSvgParser : ::com::sun::star::uno::XInterface sequence< XPrimitive2D > getDecomposition( [in] io::XInputStream xSvgStream, [in] string aAbsolutePath); + + /** Get the "draw command" graph that is created from the SVG content + + @param xSvgStream + The file containing the SVG XML data + + @param aAbsolutePath + The path containing the SVG XML data + + @since LibreOffice 6.3 + */ + any getDrawCommands( + [in] io::XInputStream xSvgStream, + [in] string aAbsolutePath); }; }; }; }; }; |