ITextParagraphFormat.ListTab 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定清單索引標籤設定,這是第一行第一個縮排與文字開頭之間的距離。
public:
property float ListTab { float get(); void set(float value); };
float ListTab();
void ListTab(float value);
public float ListTab { get; set; }
var single = iTextParagraphFormat.listTab;
iTextParagraphFormat.listTab = single;
Public Property ListTab As Single
屬性值
Single
float
清單索引標籤設定。
備註
編號或點符文字靠左對齊、置中或靠右對齊第一行縮排值。 使用 ITextParagraphFormat.ListAlignment 來判斷文字位置。