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

屬性值

用來標記專案段落的樣式。

適用於

另請參閱