|
Tag Browser: html-ordered-list-doc
< 1 second(s)
-
We are proud to announce the long-awaited Aspose.Words for Java 2.5.0 release. The list of new features and fixed issues includes 124 items!
For more info and download seehttp://www.aspose.com/community/files/51/file-format-components/aspose.words/entry148526.aspx
-
Hello,
when trying to insert html code into a document the ordered list in the html is inserted but always remains on '1' for every item. Is this a bug or?
Thx Mike
the code used for insert is:
DocumentBuilder builder = new DocumentBuilder(doc);
builder.moveToMergeField(strFieldname);
builder.insertHtml(value); (value= ...
|