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

属性值

用于标记项段落的字符类型。

适用于

另请参阅