Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Word wrap issues in HTMLs generated using BIPublisher JARs

Question
51
Views
0
Comments
User_ZSQFX
User_ZSQFX Rank 3 - Community Apprentice

Summary

Word wrap issues in HTMLs generated using BIPublisher JARs

Content

Hi,

We are trying to generate an HTML file using BI publisher. For this we are using BI publisher jar files (xdo-core.jar).

In the generated HTML we have a table. One of the columns in the table has a lengthy data and gets wrapped by default.

Is there an option to avoid default wrapping of the column data.

I tried setting the following attributes in the XSL-FO which we are programmatically creating:

tableCell.setAttribute("wrap-option", "no-wrap");

tableCell.setAttribute("white-space", "nowrap");

tableCell.setAttribute("overflow", "hidden");

but none had any desired effect in the output HTML file.

Could someone please help me regarding this.

Thanks,

Deepa