https://issues.apache.org/ooo/show_bug.cgi?id=120051
bjcheny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78425| |review? Flags| | --- Comment #6 from bjcheny <[email protected]> --- Created attachment 78425 --> https://issues.apache.org/ooo/attachment.cgi?id=78425&action=edit patch for text color in table from pptx In this sample, the color of text in table is decided by related table style. And this char color from table style has higher priority than that from master page. Thus, patch involves 3 parts: 1. add lcl_getCharPropFromTblStylePart() to get char color from table style, including wholeTbl/firstRow/firstCol/... 2. pass the char color during getTextbody()->insertAt() 3. when combine the char color from table style and master page, keep color from table style if existing. -- You are receiving this mail because: You are the assignee for the bug.
