ITextParagraphFormat.ListType Property

Definition

Gets or sets the kind of characters used to mark the item paragraphs in a list.

public:
 property MarkerType ListType { MarkerType get(); void set(MarkerType value); };
MarkerType ListType();

void ListType(MarkerType value);
public MarkerType ListType { get; set; }
var markerType = iTextParagraphFormat.listType;
iTextParagraphFormat.listType = markerType;
Public Property ListType As MarkerType

Property Value

The kind of characters used to mark the item paragraphs.

Applies to

See also