ITextParagraphFormat.ListStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來標記清單中專案段落的樣式。
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
屬性值
用來標記專案段落的樣式。