Partager via


ITextParagraphFormat.ListType Propriété

Définition

Obtient ou définit le type de caractères utilisé pour marquer les paragraphes d’élément dans une liste.

public:
 property MarkerType ListType { MarkerType get(); void set(MarkerType value); };
MarkerType ListType();

void ListType(MarkerType value);
public MarkerType ListType { get; set; }
var markerType = iTextParagraphFormat.listType;
iTextParagraphFormat.listType = markerType;
Public Property ListType As MarkerType

Valeur de propriété

Type de caractères utilisé pour marquer les paragraphes de l’élément.

S’applique à

Voir aussi