Class TxtListIndentation

Class TxtListIndentation

Nazwa przestrzeń: Aspose.Words.Saving Zgromadzenie: Aspose.Words.dll (25.4.0)

Określa, w jaki sposób poziomy list są indeksowane, gdy dokument jest eksportowany do formatu Aspose.Words.SaveFormat.Text.

Aby dowiedzieć się więcej, odwiedź Save a Document Artykuł dokumentacyjny .

public class TxtListIndentation

Inheritance

object TxtListIndentation

Dziedziczeni członkowie

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

Otrzymuje lub ustawia dowolny znak do użycia do indeksowania poziomu listy.Wartość domyślna jest ‘\0’, co oznacza, że nie ma indentacji.

public char Character { get; set; }

Wartość nieruchomości

char

Count

Otrzymuje lub ustawia, ile Aspose.Words.Saving.TxtListIndentation.Charakter do użycia jako indentacja na jednym poziomie listy.Wartość domyślna wynosi 0, co oznacza, że nie ma odszkodowania.

public int Count { get; set; }

Wartość nieruchomości

int

 Polski