ITextParagraphFormat.ListStart 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 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.