theCJCsoccer
theCJCsoccer

Reputation: 621

Is it possible to wrap columns (that contain a single word) in the Oracle Apex Interactive Default Report PDF Export Option?

I am working in Oracle Apex 5.0.4. I wanted to know if there is an option or if I can create a work-around to wrap text word (Eg. TwoParagraphsButNoWrap ) to fit in it's cell in the Oracle Apex Interactive Report PDF Export.

Currently with the example above, the text gets cut off at 'graphs'. If there were spaces included like Two Paragraphs But No Wrap, then the text would wrap. I cannot increase the column width since there are other columns included on the report.

Any suggestions or ideas would be helpful. I can provide more information if needed. Thanks!

Upvotes: 2

Views: 1503

Answers (1)

kapiell
kapiell

Reputation: 697

Try creating custom report layout, you will get more control on styling table cells.

Link to Oracle white paper on how to create custom pdf reports --> http://www.oracle.com/technetwork/developer-tools/apex/learnmore/custom-pdf-reports-1953918.pdf

Upvotes: 0

Related Questions