Jump to content

Applying Font Attributes within TextField


ernie

Recommended Posts

I am using JasperReports to basically generate form letters, populating those reports with a resultset.

 

I basically have one large TextField in the center of my detail band, which I populate with Strings and Fields, using something like:

 

Code:
"string blah blah " + $F{Field1}
+ " continuation blah blah. "
+ $F{Field2} + ", "
+ $F{Field3} + " ...".

 

I want to be able to apply a bold font attribute to specific phrases with this block, but cannot figure out if this is possible.

 

Anyone done this before, or anyone have any suggestions?

 

Thanks in advance.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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...