Hi,
I want to use word art in my docx file. whenever i used it doesn't display word art text in pdf file.
so please suggest me a solution for this problem. thanks in advanced.. Ravi
It is currently Sat Feb 22, 2025 9:44 pm
Row row = Context.getsmlObjectFactory().createRow();
Cell cell = Context.getsmlObjectFactory().createCell();
cell.setV(value);
row.setOutlineLevel(outlineLevel);
row.getC().add(cell);
Total posts 10142 • Total topics 2852 • Total members 2083