ParagraphCollection

Přehled

ParagraphCollection je třída v Aspose.Slides pro NET. Dědici: ISlideComponent, IParagraphCollection, IEnumerable<IParagraph>.

Zobrazuje soubor odstavců.

Vlastnosti

Název:Typ:PřístupPopis:
SlideIBaseSlide?Čtěte.Získejte desku, která vlastní tuto sbírku odstavců nebo null.
PresentationIPresentation?Čtěte.Získejte prezentaci obsahující snímek, nebo null.
AsIPresentationComponentIPresentationComponentČtěte.
AsISlideComponentISlideComponentČtěte.
AsIEnumerableIEnumerable<IParagraph>Čtěte.Poskytuje sbírku jako IEnumerable
CountintČtěte.Vrátí počet odstavců v souboru .
IsReadOnlyboolČtěte.

Metody

Podpis:Popis:
GetParagraphs()Seznam odstavců čtených z XML.
Add(value: IParagraph)Vkládá specifikovaný IParagraph do souboru
Insert(index: int, value: IParagraph)Vkládá IParagraph do daného indexu.
Clear()
RemoveAt(index: int)
Remove(item: IParagraph)Vymaže první příležitost IParagraph
Contains(item: IParagraph)Zkontroluje, zda sbírka obsahuje specifikovaný IParagraph
IndexOf(item: IParagraph)Vrátí index založený na nule daného IParagraph nebo -1 pokud chybí.
GetEnumerator()Poskytuje počítatel pro iterování odstavců.
 Čeština