Hi Alexander,
HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat.Html);<o:p></o:p>
// ExportListLabels.Auto is the default value of this option.
saveOptions.ExportListLabels = ExportListLabels.Auto;<o:p></o:p>
doc.Save(@“test_auto.html”, saveOptions);<o:p></o:p>
// HTML tag is used for any list label representation.
saveOptions.ExportListLabels = ExportListLabels.AsInlineText;<o:p></o:p>
doc.Save(@“test_p.html”, saveOptions);<o:p></o:p>
// HTML and
tags are used for list label representation. Some formatting loss is possible.
<o:p></o:p>
saveOptions.ExportListLabels = ExportListLabels.ByHtmlTags;<o:p></o:p>
doc.Save(@“test_tags.html”, saveOptions);<o:p></o:p>
Hi Alexander,
- tag. Unfortunately, Aspose.Words does not support the requested feature at the moment. However, we had already logged this feature request as WORDSNET-7662 in our issue tracking system. You will be notified via this forum thread once this feature is available.
Tahir, thanks
The issues you have found earlier (filed as WORDSNET-7662) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.