Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Alignment in Adobe Form

arindam_samanta
Participant
0 Likes
13,102

Hi Experts,

I want to make the centre alignment for caption of text field & want to make right alignment for value part. My current appearance is below -

My value part is coming in centre like Caption. I want to display the value part 6000 from right side or right alignment. Currently I set the property for this is below -

How to make right alignment for value part in text field?

Please suggest!!

Thanks in advanced!!!

Regards,

Arindma Samanta.

3 REPLIES 3
Read only

Former Member
0 Likes
6,849

Hi Arindam,

Create two text fields. One which is having caption i.e., Static Text and the one which will have the value i.e., Dynamic Text (Binding). You will be able to resolve I guess.

Else create a table with two columns. You will be able to specify the specific properties for two cells I believe.

Regards,

Vinay Mutt

Read only

hitesh_gabani
Participant
6,848

Hi,

Try below step it will solve your problem ,

1. Select the TextField of Value part.

2. Right click and select Palettes -> Paragraph

3. select Align Right.

Regards,

Hitesh

Read only

0 Likes
6,848

This worked for me! Thanks.