Categories
- All Categories
- 164 Oracle Analytics News
- 30 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
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

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
0