TableCell - A helyfogadó.

TableCell - A helyfogadó.

Összefoglaló

ISlideCollection a NET-hez Aspose.Slides interfész. Az örökölők: IEnumerable<ISlide>.

A prezentációban lévő dia gyűjtemény.

A tulajdonságok

A neve:A típus:HozzáférésLeírás
CountintOlvasd!
AsICollectionIList<ISlide>Olvasd!
AsIEnumerableIEnumerable<ISlide>Olvasd!A listát IEnumerable-ként adja a lemezeknek.

Módszerek

Az aláírás:Leírás
AddClone(sourceSlide: ISlide)Az új klónozott dia.
AddClone(sourceSlide: ISlide, destLayout: ILayoutSlide)Az új klónozott dia.
AddClone(sourceSlide: ISlide, destMaster: IMasterSlide, allowCloneMissingLayout: bool)Az új klónozott dia.
InsertClone(index: int, sourceSlide: ISlide)Az új klónozott dia.
InsertClone(index: int, sourceSlide: ISlide, destLayout: ILayoutSlide)Az új klónozott dia.
InsertClone(index: int, sourceSlide: ISlide, destMaster: IMasterSlide, allowCloneMissingLayout: bool)Az új klónozott dia.
ToArray()Egy összes dialapot tartalmazó táblázat.
ToArray(startIndex: int, count: int)A kijelzők meghatározott tartományát tartalmazó táblázat.
AddEmptySlide(layout: ILayoutSlide)Az újonnan hozzáadott dia.
InsertEmptySlide(index: int, layout: ILayoutSlide)Az újonnan beillesztett dia.
Remove(value: ISlide)A lecsapó.
RemoveAt(index: int)A levonandó dia nullás alapú indexje.
IndexOf(slide: ISlide)A nullával alapuló index, vagy -1 ha a dia nem szerepel az összegyűjtésben.
 Magyar