Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Word wrap issues in HTMLs generated using BIPublisher JARs

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