TextFragmentCollection

TextFragmentCollection

Revisió

TextFragmentCollection És una classe en Aspose.PDF FOSS per a .NET. Heretat de: System.Collections.Generic.IEnumerable<TextFragment>.

Una col·lecció 1 indexada d’objectes TextFragment, que correspon a l’API públic.

Aquesta classe proporciona 7 mètodes per treballar amb els objectes TextFragmentCollection en programes .NET. Els mètodes disponibles inclouen: Add, AddRange, Clear, Contains, CopyTo, GetEnumerator, Remove. Tots els membres públics estan accessibles a qualsevol aplicació .NET després d’instal·lar el Aspose.PDF FOSS per al paquet .Net. Propietats : Count, IsReadOnly, IsSynchronized, SyncRoot.

Propietats

NomTipusAccessDescripció
CountintLlegirNombre de fragments.
IsReadOnlyboolLlegirObté el IsReadOnly.
IsSynchronizedboolLlegirObté el is synchronized.
SyncRootobjectLlegirObté l’arrel de sincronització.

Mètodes

SignatureDescripció
Add(fragment: TextFragment)Calla Add(fragment) en aquesta instància TextFragmentCollection.
AddRange(fragments: System.Collections.Generic.IEnumerable<TextFragment>)Afegeix cada fragment de fragments a aquesta col·lecció.
Contains(item: TextFragment)Calla Continguts(s) en aquesta instància TextFragmentCollection.
CopyTo(array: TextFragment[], index: int)Calla CopyTo(arra, index) en aquesta instància TextFragmentCollection.
Remove(item: TextFragment)Calla Remove(item) en aquesta instància TextFragmentCollection.
Clear()Esborrar tots els fragments de la col·lecció.
GetEnumerator()Coneix GetEnumerator en aquest instància TextFragmentCollection.

Veure també

 Català