共用方式為


ITextParagraphFormat.ListTab 屬性

定義

取得或設定清單索引標籤設定,這是第一行第一個縮排與文字開頭之間的距離。

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 來判斷文字位置。

適用於

另請參閱