You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/05/08 08:14:20 UTC

[Bug 57766] XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image

https://bz.apache.org/bugzilla/show_bug.cgi?id=57766

--- Comment #8 from mark.o <Ma...@gmx.net> ---
(In reply to Andreas Beeker from comment #3)
> Table drawing is currently not implemented.

> I'm currently rewriting the
> drawing part (see common_sl snapshot), but it still will take some time
> until this is finished and then I put this feature on my todo list.

(off-topic or maybe related, or maybe needs to be asked elsewhere?)

Does the creation of a XSLFTable actually work?
I used the XSLSSlide.createTable followed by
  -> addRow  (+ setHeight)
  -> addCell
  -> addNewTextParagraph
  -> addNewTextRun -> setText
as well as the table setColumnWidth()

In the generated PPTX, only the table itself comes through without any content
(no rows, no cells).
Unzipping the content shows the same - no content.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org