• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to adding a bullet in table column using when generate WORD or PDF file?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using com.lowagie.text to generate a word and pdf file. I want to add a bullet with a paragraph in the column of a table, After the bullet i have make the paragraph words indent. Example :
---------------|
* testing 111s |
testng 222 |
---------------|
* tesing 333 sd|
testing 444 |
---------------|
Bare in mind, the testing 11as words is paragraph, so i have to make the testing 222 will detect there is a bullet so i have to put a tab/spaces to make the indent.
Anyone can help, urgent!
Thanks in advance.
jo e
 
reply
    Bookmark Topic Watch Topic
  • New Topic