ITextParagraphFormat.ListStart Property

Definition

Gets or sets the starting value or code of a list numbering sequence.

public:
 property int ListStart { int get(); void set(int value); };
int ListStart();

void ListStart(int value);
public int ListStart { get; set; }
var int32 = iTextParagraphFormat.listStart;
iTextParagraphFormat.listStart = int32;
Public Property ListStart As Integer

Property Value

Int32

int

The starting value or code of a list numbering sequence.

Applies to