Jump to content
Changes to the Jaspersoft community edition download ×

How to color the bullet point in <style>


chi_ding

Recommended Posts

I have static text that using "styled" markup, I made it to a bullet point by using <li> tag. 

However one of our requirement is to make the bullet point white or maybe other color(default is black).

Is there a way to do it ?

Here is my code:

<staticText>
<reportElement x="0" y="14" width="126" height="14" uuid="8cd2555e-bd94-4c72-80be-d9787d0fbfcd">
<printWhenExpression><![CDATA[new Boolean($F{memebrDateJoinPlan} != null)]]></printWhenExpression>
</reportElement>
<textElement markup="styled"/>
<text><![CDATA[<li>Date you joined the plan:</li>]]></text>
</staticText>

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...