Enum ExportListLabels

Enum ExportListLabels

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

Specifies how list labels are exported to HTML, MHTML and EPUB.

public enum ExportListLabels

Fields

AsInlineText = 1

Outputs all list labels as inline text.

HTML <p> tag is used for any list label representation.

Auto = 0

Outputs list labels in auto mode. Uses HTML native elements when possible.

HTML <ul> and <ol> tags are used for list label representation if it doesn’t cause formatting loss, otherwise the HTML <p> tag is used.

ByHtmlTags = 2

Outputs all list labels as HTML native elements.

HTML <ul> and <ol> tags are used for list label representation. Some formatting loss is possible.

See Also

HtmlSaveOptions.ExportListLabels