Class TxtListIndentation

Class TxtListIndentation

De naam: Aspose.Words.Saving Verzameling: Aspose.Words.dll (25.4.0)

Specificeert hoe lijstniveaus worden geïndenteerd wanneer het document wordt uitgevoerd naar het Aspose.Words.SaveFormat.Text-formaat.

Om meer te weten te komen, bezoek de Save a Document Documentatie artikel.

public class TxtListIndentation

Inheritance

object TxtListIndentation

Geëerbiede leden

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

Geeft of stelt welke karakter te gebruiken voor indenting lijst niveaus.De standaardwaarde is ‘\0’, wat betekent dat er geen indentatie is.

public char Character { get; set; }

Eigendomswaarde

char

Count

Geeft of stelt hoeveel Aspose.Words.Saving.TxtListIndentation.Caracter te gebruiken als indentatie per één lijstniveau.De standaardwaarde is 0, wat betekent geen indentatie.

public int Count { get; set; }

Eigendomswaarde

int

 Nederlands