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

属性值

项目符号列表和编号列表的对齐方式。

适用于