ITextParagraphFormat.ListAlignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the alignment to use for bulleted and numbered lists.
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
Property Value
The alignment for bulleted and numbered lists.