Class TextSaveOptions

Class TextSaveOptions

Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML.dll (25.2.0)

Represents Text save options

[ComVisible(true)]
public class TextSaveOptions

Inheritance

objectTextSaveOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

TextSaveOptions()

public TextSaveOptions()

Properties

EnableListItemMarkers

Option that is applied to OL, UL elements on HTML conversion to text. In fact, it defines how to process the outside list markers of OL and UL elements. If true, item numbers are added before OL items, or dots are added before UL items. If false, they are not added (default behavior following the specification)

public bool EnableListItemMarkers { get; set; }

Property Value

bool