[GitHub] [poi] gffloodg opened a new pull request, #409: Textruns not honouring highlight

2022-12-23 Thread GitBox
gffloodg opened a new pull request, #409: URL: https://github.com/apache/poi/pull/409 This PR adds support for getting/setting the highlight color in TextRuns. It also adds support for rendering of the same. As usual, appropriate tests also added. -- This is an automated message from the

[Bug 66399] New: Textruns not honouring highlight

2022-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66399 Bug ID: 66399 Summary: Textruns not honouring highlight Product: POI Version: unspecified Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal

[Bug 66400] New: It is hoped that the log framework will be replaced by slf4j instead of log4j.

2022-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66400 Bug ID: 66400 Summary: It is hoped that the log framework will be replaced by slf4j instead of log4j. Product: POI Version: 5.2.2-FINAL Hardware: PC Status: N

[Bug 66400] It is hoped that the log framework will be replaced by slf4j instead of log4j.

2022-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66400 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED OS|

[GitHub] [poi] pjfanning commented on a diff in pull request #409: Textruns not honouring highlight

2022-12-23 Thread GitBox
pjfanning commented on code in PR #409: URL: https://github.com/apache/poi/pull/409#discussion_r1056201051 ## poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTextRun.java: ## @@ -157,6 +160,52 @@ private static void fetchFontColor(CTTextCharacterProperties props, Cons

[GitHub] [poi] pjfanning commented on a diff in pull request #409: Textruns not honouring highlight

2022-12-23 Thread GitBox
pjfanning commented on code in PR #409: URL: https://github.com/apache/poi/pull/409#discussion_r1056202363 ## poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFTextRun.java: ## @@ -440,6 +440,23 @@ public void setFontColor(PaintStyle color) { setFontColor(r

[GitHub] [poi] gffloodg commented on a diff in pull request #409: Textruns not honouring highlight

2022-12-23 Thread GitBox
gffloodg commented on code in PR #409: URL: https://github.com/apache/poi/pull/409#discussion_r1056419343 ## poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFTextRun.java: ## @@ -440,6 +440,23 @@ public void setFontColor(PaintStyle color) { setFontColor(rg