Hi Knut,

Knut Olav Bøhmer schrieb:
Hi,

Why is it that some properties on some objects/services are not settable
from BASIC?
Like for example
"ThisComponent.getTextSections().getByName("sectionName").IsAutomaticUpdate
= True" has no effect
Is it some way to "fix" it?

Try
ThisComponent.getTextSections().getByName("sectionName").setPropertyValue("IsAutomaticUpdate",true)

Kind regards
Regina
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to