legend = chart.Legend
properties = FormCaracter(101, 0)
util.imageFormat(legend, properties)
properties = FormLinea(101,0)
util.imageFormat(legend, properties)
properties = Array( _
Array("Alignment", 4), _
Array("FillColor", RGB(255,255,0, _
)
util.imageFormat(legend, properties)
axis = chart.getDiagram().getXAxis()
properties = Array( _
Array("LinkNumberFormatToSource", False), _
)
util.imageFormat(axis, properties)
properties = Array( _
Array("numberformat", 75), _
)
util.imageFormat(axis, properties)
fornelasa escribió:por no estár digamos muy compatible todavia con AOO precisamente por culpa de Apache.
options(0).Name = "writeheader"
options(0).Value = true
options(1).Name = "delimiter"
options(1).Value = ";"
Mauricio escribió:- Pongan el poder de Python al servicio de otros lenguajes
def msgboxbg(self, message, type_msg=INFOBOX,bgcolor= 0xE8E880)
REM MessageBoxType 0 = MESSAGEBOX, 1=INFOBOX, 2=WARNINGBOX, 3=ERRORBOX
util.msgboxbg("ceci est un message",1,RGB(200,240,200))
def executew(self, args, wait,codepage)
Sub TestExec()
util = createUnoService("org.universolibre.EasyDev")
res = util.executew(Array("cmd.exe","/c","dir"), True,"cp850")
util.msgbox(res)
End Sub
if macro.Location=='document':
script = doc.getScriptProvider().getScript(main)
else:
script = factory.createScriptProvider('').getScript(main)
mauricio escribió:Unfortunately in english forum they don't feel the same way, look:
https://forum.openoffice.org/en/forum/v ... 36#p377820
Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 0 invitados