TextFragmentCollection

TextFragmentCollection

Overview

TextFragmentCollection je třída v Aspose.PDF FOSS pro .NET. Dědici: System.Collections.Generic.IEnumerable<TextFragment>.

1-indexovaná sbírka objektů TextFragment odpovídající veřejnému API.

Tato třída poskytuje 6 metod pro práci s TextFragmentCollection objekty v .NET programech. K dispozici jsou následující metody: Add, Clear, Contains, CopyTo, GetEnumerator, Remove. Všechny veřejné členy jsou přístupné jakékoli aplikaci .NET po instalaci balíčku Aspose.PDF FOSS pro .Net. Vlastnosti: Count, IsReadOnly, IsSynchronized, SyncRoot.

Properties

NameTypeAccessDescription
CountintReadPočet fragmentů.
IsReadOnlyboolReadDostává jen pro čtení.
IsSynchronizedboolReadDostává se synchronizovaný.
SyncRootobjectReadDostane synchronizační kořen.

Methods

SignatureDescription
Add(fragment: TextFragment)Volání Přidávat na této instanci TextFragmentCollection .
Contains(item: TextFragment)Volání Obsahuje tento TextFragmentCollection instanci.
CopyTo(array: TextFragment[], index: int)Volá CopyTo na této instanci TextFragmentCollection .
Remove(item: TextFragment)Volá se odstranit na této instanci TextFragmentCollection .
Clear()Vyčistěte všechny fragmenty z kolekce.
GetEnumerator()Volá GetEnumerator na této instanci TextFragmentCollection .

See Also

 Čeština