cancel
Showing results for 
Search instead for 
Did you mean: 

to change the caption font

Former Member
0 Kudos

Hi,

Am working in WEB DYNPRO ABAP ,and I want to know is there any way to change the size of a font i.e to decrease or increase its font size.

Thanks in advance,

Dhaya.G

Edited by: Dhayalinie Ganesh on Mar 2, 2012 12:18 PM

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

There is no such option to increase font size. You can integrate your Web dynpro application in portal and do some workaround with themes.

Hope this helps u.,

Thanks & Regards,

Kiran.

Answers (7)

Answers (7)

0 Kudos

If CAPTION is only to maintain heading / text - then TEXT_VIEW can be a good alternative for that. You can choose below design option to change font style.

Former Member
0 Kudos

Hi Dhayalinie,

We can use HTML tags to format the caption text.

Tags like <H1>, <font color> can be used.

Former Member
0 Kudos

Thank you all.

Former Member
0 Kudos

Hi,

you can leave space only between the UI elements in the row layout but not between rows.

Former Member
0 Kudos

hi,

see this link.

[layouts|http://e-university.wisdomjobs.com/sap-abap-web-dynpro/chapter-81-274/layout-ui-elements.html]

Karthik.R

Former Member
0 Kudos

Thank you all for your replies,

Is there any option to leave spacing between two rows in row layout ,I found its possible only in grid layout.

Do you have any suggestions.

Thanks in advance,

Dhaya.G

Former Member
0 Kudos

Hi,

Insert an UI element called invisible element...so that u can have space.

Former Member
0 Kudos

Hi,

You can try out the row design property and add the required padding to the element. Also try adjusting the halign property.

You can also try adjusting your layout for the start to achieve different results. Try out padding options.

Thank you.

former_member199125
Active Contributor
0 Kudos

Hi Thajunniza.M.A

Hi,
Insert an UI element called invisible element...so that u can have spa

ce.

If you hide the ui element, then there wont be space for the UI element.

Regards

Srinivas

Former Member
0 Kudos

Hi,

You have to use only grid layout for this requirement. No other layout satisfies your request.

Regards

Fareez

Former Member
0 Kudos

Hi Ganesh,

If you used UI element formatted text view then with help of html tags you can increase or decrease the font size of the text.

Below is the link of tags which is supported:

[http://help.sap.com/saphelp_erp2005/helpdata/en/08/5696420cc2c56ae10000000a155106/content.htm]

Thanks

Bhanu

Edited by: Bhanu Malik on Mar 2, 2012 4:22 PM