ITextParagraphFormat.ListAlignment 屬性

定義

取得或設定要用於點符和編號清單的對齊方式。

public:
 property MarkerAlignment ListAlignment { MarkerAlignment get(); void set(MarkerAlignment value); };
MarkerAlignment ListAlignment();

void ListAlignment(MarkerAlignment value);
public MarkerAlignment ListAlignment { get; set; }
var markerAlignment = iTextParagraphFormat.listAlignment;
iTextParagraphFormat.listAlignment = markerAlignment;
Public Property ListAlignment As MarkerAlignment

屬性值

點符和編號清單的對齊方式。

適用於