AlivePDF icon indicating copy to clipboard operation
AlivePDF copied to clipboard

Need indentation between bullet and text for lists in html

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

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 [email protected] on 9 Nov 2011 at 11:05

GoogleCodeExporter avatar Oct 22 '15 18:10 GoogleCodeExporter