Bagikan melalui


ITextParagraphFormat.ListType Properti

Definisi

Mendapatkan atau mengatur jenis karakter yang digunakan untuk menandai paragraf item dalam daftar.

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

Nilai Properti

Jenis karakter yang digunakan untuk menandai paragraf item.

Berlaku untuk

Lihat juga