ITextParagraphFormat.ListAlignment Proprietà

Definizione

Ottiene o imposta l'allineamento da utilizzare per gli elenchi puntati e numerati.

public:
 property MarkerAlignment ListAlignment { MarkerAlignment get(); void set(MarkerAlignment value); };
MarkerAlignment ListAlignment();

void ListAlignment(MarkerAlignment value);
public MarkerAlignment ListAlignment { get; set; }
var markerAlignment = iTextParagraphFormat.listAlignment;
iTextParagraphFormat.listAlignment = markerAlignment;
Public Property ListAlignment As MarkerAlignment

Valore della proprietà

Allineamento per elenchi puntati e numerati.

Si applica a