artragis commented on a change in pull request #214:
URL: https://github.com/apache/poi/pull/214#discussion_r551577785
##########
File path: src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTextParagraph.java
##########
@@ -863,6 +864,41 @@ private boolean
fetchParagraphProperty(ParagraphPropertyFetcher visitor){
return ok;
}
+ public void setTextFillColor(XSSFColor color) {
Review comment:
Ok, I will try to do so. But translating CTColors into XSSFColor may be
hard, Is there any helper to do that in the project?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]