Class TextLineCollection
Nome do espaço: Aspose.Html.Toolkit.Markdown.Syntax.Text Assembleia: Aspose.HTML.dll (25.4.0)
Representa a 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
Membros herdados
ReadOnlyCollection
Methods
IndexOf(Int)
Obter o índice da posição dada.
public int IndexOf(int position)
Parameters
position
int
A posição
Returns
O índice da coleção no dicionário -ou -1 se a posição não for encontrada.