How i can set a Font Size in a ChartTitle with UNO??
i have this:
aTitleProp = query_interface(XPropertySet, chartDoc.getTitle())
aTitleProp.setPropertyValue("String", "a titile")
aTitleProp.setPropertyValue("CharHeight", 16.0)
but this dont work…
i save my file:
xStorable = UnoRuntime.queryInterface(XStorable, xComp)
xStorable.storeToURL(url, None)
but de font size is diferent .