Jump to content
JasperReports Library 7.0 is now available ×

How can I achieve it?A B C D -->ABCD


2004 IR Help

Recommended Posts

By: tomuno - tomuno

How can I achieve it?A B C D -->ABCD

2004-11-15 01:10

some words like A B C D in the fixed font

want to make it into ABCD

reduce the character pitch in Ireport

thank you

 

 

 

 

 

By: C-Box - c-box

RE: How can I achieve it?A B C D -->ABCD

2004-11-15 01:21

try to use that expression for your TextField:

 

$F{YourFieldNameThatContainsYourString}.replaceAll(" ","");

 

hth

C-Box

 

 

 

 

By: tomuno - tomuno

RE: How can I achieve it?A B C D -->ABCD

2004-11-16 04:50

no space

just the report Font

want to the function like in Microsoft Word

"A B C D" and "ABCD" have the same font

but have different character pitch

and not space problem

thank you

 

 

 

 

 

By: tomuno - tomuno

RE: How can I achieve it?A B C D -->ABCD

2004-11-18 00:17

up

 

 

 

 

By: C-Box - c-box

RE: How can I achieve it?A B C D -->ABCD

2004-11-18 03:20

You mead different spaces between some letters with one and the same font (I guess from your posting)....

 

then I'd say that's IMPOSSIBLE in JasperReport (As far as I know)... just with a second font (created by your own from the original one) it could work - but I've never tried this before, sorry.

 

C-Box

 

 

 

 

By: tomuno - tomuno

RE: How can I achieve it?A B C D -->ABCD

2004-11-29 02:45

thanks

 

 

 

 

By: tomuno - tomuno

RE: How can I achieve it?A B C D -->ABCD

2004-12-01 02:57

distributed align in word

 

abc

defghi

||

/

a b c

d e f g h i

I want !

 

 

 

 

By: Giulio Toffoli - gt78

RE: How can I achieve it?A B C D -->ABCD

2004-12-01 04:16

You can use styled text inserting blank spaces with a little font between your letters.

 

Giulio

 

 

 

 

 

By: tomuno - tomuno

RE: How can I achieve it?A B C D -->ABCD

2004-12-02 00:16

abc

defghi

||

/

a b c

d e f g h i

I want !

 

 

 

 

 

By: tomuno - tomuno

RE: How can I achieve it?A B C D -->ABCD

2004-12-02 00:17

I know Microsoft Word have this function

 

 

 

 

By: tomuno - tomuno

RE: How can I achieve it?A B C D -->ABCD

2004-12-06 20:55

 

 

 

p l e a s e

h e l p

m e

 

 

 

 

By: C-Box - c-box

RE: How can I achieve it?A B C D -->ABCD

2004-12-07 13:27

Don't you think after all that time that there could be the possibility that this feature is NOT YET implemented in any current version of JasperReport......?!???!?!?!??!?!??!?!?!??!?!?!??!

 

I guess you used the search function... you did cross postings in any forum.... and no success.... perhaps you should try to extend the CVS version and post your solution to teodor!??!?! Just my two cent!

 

C-Box

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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