Class TxtListIndentation

Class TxtListIndentation

名称: Aspose.Words.Saving 集合: Aspose.Words.dll (25.4.0)

指定列表级别在文档出口到 Aspose.Words.SaveFormat.Text 格式时是如何分类的。

要了解更多,请参观 Save a Document 文档文章。

public class TxtListIndentation

Inheritance

object TxtListIndentation

继承人

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

获取或设置哪个字符用于标记列表级别。默认值为“\0”,这意味着没有折扣。

public char Character { get; set; }

财产价值

char

Count

获取或设置多少 Aspose.Words.Saving.TxtListIndentation. 字符作为一个列表级别的 indentation。默认值为0,这意味着没有折扣。

public int Count { get; set; }

财产价值

int

 中文