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řístup | Popis: |
|---|---|---|---|
Slide | IBaseSlide? | Čtěte. | Získejte desku, která vlastní tuto sbírku odstavců nebo null. |
Presentation | IPresentation? | Čtěte. | Získejte prezentaci obsahující snímek, nebo null. |
AsIPresentationComponent | IPresentationComponent | Čtěte. | |
AsISlideComponent | ISlideComponent | Čtěte. | |
AsIEnumerable | IEnumerable<IParagraph> | Čtěte. | Poskytuje sbírku jako IEnumerable |
Count | int | Čtěte. | Vrátí počet odstavců v souboru . |
IsReadOnly | bool | Č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ů. |