Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


Hello everybody,

I have defined a new table style in my template and I would like programmatically to apply this new 
style when a table is added on a generated document.

I found this code example for applying style to a paragraph

XTextRange xTextRange = doc.getText().getStart();
XPropertySet props = UnoRuntime.queryInterface(XPropertySet.class, xTextRange);
props.setProperty("ParaStyleName", "NewParagraphStyle");

But I do not have idea how to do for table case.

Best regards,

Yupanqui



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.