Compartir a través de


ITextParagraphFormat.ListAlignment Propiedad

Definición

Obtiene o establece la alineación que se va a usar para las listas numeradas y con viñetas.

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

Valor de propiedad

Alineación de listas numeradas y con viñetas.

Se aplica a