Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PLPDF - Wrap text in PLPDF

BabuuuNov 24 2010 — edited Nov 25 2010
I'm creating a pdf document using plpdf tool

Now I want to wrap text in a table cell according to the specified width.
Below is the code that prints the text.


Plpdf.PrintCell(15,10,'User details / Based on department','1',0,'C',1);

How to wrap the text ''User details / Based on department'' in a cell of width 15?

Any help will be appreciated..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 23 2010
Added on Nov 24 2010
3 comments
1,312 views