artragis commented on a change in pull request #214: URL: https://github.com/apache/poi/pull/214#discussion_r551584317
########## 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 build `org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor` from CTSolidColorFillProperties. I'm wondering if we cannot create a sub interface for all those colors instead of CTColor ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org