cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the font size of Column Heading in webdynpro java

Former Member
0 Kudos

Hi,

I have a table with 4 columns, Can any one tell me how can i increase the text size and apply different fonts in webdynpro java application.

Thanks

Satish J

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Satish,

To expain it bit more clearly.

Copy the images you need to use in the application

Open your application in package explorer<Navigator>

Now Expend node src -> mimes -> components -> your application name with full package now right click on it and paste all the images here.

Now go to web Dynpro prospective and use the image name (full name of image like columnName.jpg )to assign it to imageSource property of the Table_Header (Caption Header). The image will be seen.

Hope this will clarify.

Regards

Narendra

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can go for portal themes for your own application-specific. In that you can change font-size & font-style as well. If you do not want to use other workarounds, then you can use this option. But then note that you have one more deliverable!

regards,

kunal kotak

Former Member
0 Kudos

Follow these steps to import images to mime.

1. Open your application in package explorer.

2. Expend node src/mimes/components, under components

you will see directory for your application.

3. Copy the images you want to use paste them here.

Now you can use the image name to assign it to imageSource property of the button or .source

property of Image element.

Hope this will help

Former Member
0 Kudos

Hi Satish,

This cannot be possible.

But you can use a workaround as you can use image for the column names and in images you can write the coulmn name in required font size.

If you want to know like how you can use the image then let me know.

Regards

Narendra

Former Member
0 Kudos

ya, Please tell me how can i do that

Regards

Satish J