ITextParagraphFormat.ListAlignment Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’alignement à utiliser pour les listes à puces et numérotées.
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
Valeur de propriété
Alignement des listes à puces et numérotées.