ISectionCollection
Přehled
ISectionCollection je rozhraní v Aspose.Slides pro NET. Dědici: IEnumerable<ISection>.
Zobrazuje soubor částí v prezentaci.
Vlastnosti
| Název: | Typ: | Přístup | Popis: |
|---|---|---|---|
Count | int | Čtěte. | Získejte celkový počet sekcí v souborě. |
Metody
| Podpis: | Popis: |
|---|---|
AddSection(name: string, startedFromSlide: ISlide) | Nově přidaná sekce. |
AppendEmptySection(name: string, startedFromIndex: int) | Nově přidaná sekce. |
IndexOf(section: ISection) | Index na bázi nuly, nebo -1 pokud část není v souboru. |
RemoveSection(section: ISection) | Oddíl, který je třeba odstranit. |
RemoveSectionWithSlides(section: ISection) | Oddíl, který je třeba odstranit. |
ReorderSectionWithSlides(section: ISection, index: int) | Cílový index. |
Clear() | Odstraňuje všechny sekce z sbírky . |