ITextParagraphFormat.ListType プロパティ

定義

リスト内のアイテム段落のマークに使用する文字の種類を取得または設定します。

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

プロパティ値

アイテムの段落をマークするために使用される文字の種類。

適用対象

こちらもご覧ください