tencrocs / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Need indentation between bullet and text for lists in html #343

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use list in html
2. use writeFlashHtmlText
3.

What is the expected output? What do you see instead?
Expect indentation between each bullet and corresponding list text. Instead 
there is no spacing between them.

What version of the product are you using? On what operating system?
Using current AlivePDF Beta on Windows.

Please provide any additional information below.
Indentation should be provided after the bullet
cellVO.text       += "\u2022 "; // bullet char
cellVO.text += "  "; //indentation after bullet

Original issue reported on code.google.com by psi...@rediffmail.com on 9 Nov 2011 at 11:05