ITextParagraphFormat.ListStyle Property

Definition

Gets or sets the style used to mark the item paragraphs in a list.

public:
 property MarkerStyle ListStyle { MarkerStyle get(); void set(MarkerStyle value); };
MarkerStyle ListStyle();

void ListStyle(MarkerStyle value);
public MarkerStyle ListStyle { get; set; }
var markerStyle = iTextParagraphFormat.listStyle;
iTextParagraphFormat.listStyle = markerStyle;
Public Property ListStyle As MarkerStyle

Property Value

The style used to mark the item paragraphs.

Applies to

See also