Class TxtListIndentation
Class TxtListIndentation
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Specifies how list levels are indented when document is exporting to Aspose.Words.SaveFormat.Text format.
To learn more, visit the Save a Document documentation article.
public class TxtListIndentation
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
TxtListIndentation()
public TxtListIndentation()
Properties
Character
Gets or sets which character to use for indenting list levels. The default value is ‘\0’, that means there is no indentation.
public char Character { get; set; }
Property Value
Count
Gets or sets how many Aspose.Words.Saving.TxtListIndentation.Character to use as indentation per one list level. The default value is 0, that means no indentation.
public int Count { get; set; }