You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by GitBox <gi...@apache.org> on 2021/01/04 21:07:09 UTC

[GitHub] [poi] artragis commented on a change in pull request #214: poi-ooxml: add new API to add text transparency on XLSX

artragis commented on a change in pull request #214:
URL: https://github.com/apache/poi/pull/214#discussion_r551569055



##########
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:
       Must I return null if no fill colour is found?




----------------------------------------------------------------
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:
users@infra.apache.org



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