https://bugs.freedesktop.org/show_bug.cgi?id=43807

--- Comment #4 from [email protected] ---
Also, property DropCapCharStyleName exist among paragraph properties
We can assign it using this macro:
Sub Main
doc=ThisComponent
text=doc.getText()
Vcur=doc.getCurrentController().getViewCursor()
cur=text.createTextCursorByRange(Vcur)
cur.setPropertyValue("DropCapCharStyleName","Bullets")
End Sub

We can see result in Paragraph dialog, style there changes. But after
saving/reloading it disappears

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to