ITextParagraphFormat.ListStyle 属性

定义

获取或设置用于在列表中标记项段落的样式。

public:
 property MarkerStyle ListStyle { MarkerStyle get(); void set(MarkerStyle value); };
MarkerStyle ListStyle();

void ListStyle(MarkerStyle value);
public MarkerStyle ListStyle { get; set; }
var markerStyle = iTextParagraphFormat.listStyle;
iTextParagraphFormat.listStyle = markerStyle;
Public Property ListStyle As MarkerStyle

属性值

用于标记项段落的样式。

适用于

另请参阅