https://issues.apache.org/ooo/show_bug.cgi?id=120051

--- Comment #5 from bjcheny <[email protected]> ---
1. Root Cause:
The text color in table is decided by table style.Refer to tableStyles.xml.

<a:wholeTbl>
    <a:tcTxStyle>
        <a:schemeClr val="lt1"/>
    </a:tcTxStyle>
</a:wholeTbl>

And the lt1 is from theme.xml.
<a:lt1>
    <a:sysClr val="window" lastClr="FFFFFF"/>
</a:lt1>

2. Resoltion:
In this sample, we need to get char color from tableStyles.xml and keep it to
apply on text run.And char color from tableStyles.xml should have higher
priority than that from master page.

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

Reply via email to