Class TextLineCollection
Der Name: Aspose.Html.Toolkit.Markdown.Syntax.Text Sammlung: Aspose.HTML.dll (25.4.0)
Es handelt sich um die TextLineCollection.
[ComVisible(true)]
public class TextLineCollection : ReadOnlyCollection<textline>, IList<textline>, ICollection<textline>, IList, ICollection, IReadOnlyList<textline>, IReadOnlyCollection<textline>, IEnumerable<textline>, IEnumerable
Inheritance
object
←
ReadOnlyCollection
Implements
IList
Vererbte Mitglieder
ReadOnlyCollection
Methods
IndexOf(Int)
Sie erhalten den Index der gegebenen Position.
public int IndexOf(int position)
Parameters
position
int
Die Position
Returns
Der Index der Sammlung im Wörterbuch - oder -1 wenn die Position nicht gefunden wird.