CellCollection

Vue de l’ensemble

‘CellCollection’ est une classe dans Aspose.Slides FOSS pour Java.Déduit de: BaseColection<ICell>, `ICelCollection’.

Il représente une collection de cellules.

Cette classe fournit 16 méthodes pour travailler avec des objets CellCollection dans les programmes Java. Les méthodologies disponibles comprennent: ‘CellColection’, ‘asICollection’, asIEnumerable', ‘asIPresentationComponent’, 'assISlideComposent', ’asList, ‘get , 'getsPresentations', ''getSlides‘, ''itSnidesPart et 2 méthode supplémentaires. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspoe.Sslids FOSS pour le package Java . Propriétés : ‘presence’, ‘’slide`splidespart ́.

Propriétés

NameTypeAccessDescription
slideIBaseSlideReadGets the slide.
slidePartObjectReadReturns the slide part associated with this collection.
presentationIPresentationReadGets the presentation.

méthodes

SignatureDescription
CellCollection()Creates an empty CellCollection.
CellCollection(cells: List<ICell>)Creates a new CellCollection with the given cells.
CellCollection(cells: List<ICell>, parentSlide: IBaseSlide)Creates a new CellCollection with the given cells and parent slide.
initInternal(cells: List<ICell>, slidePart: Object, parentSlide: IBaseSlide)CellCollectionInitializes this collection with the given cells, slide part, and parent slide.
get(index: int)ICellReturns the ICell at the specified index
size()intReturns the number of cells in the collection
asList()List<ICell>Returns an unmodifiable view of the internal cell list.
asICollection()List<ICell>Returns the cells as a generic collection
asIEnumerable()Iterable<ICell>Returns an iterable over the cells
getSlide()IBaseSlideReturns the slide.
setParentSlide(parentSlide: IBaseSlide)Sets the parent slide for this collection.
getSlidePart()ObjectReturns the slide part associated with this collection.
getPresentation()IPresentationReturns the presentation.
asISlideComponent()ISlideComponentReturns this collection as an ISlideComponent
asIPresentationComponent()IPresentationComponentReturns this collection as an IPresentationComponent
iterator()Iterator<ICell>Returns an iterator over the cells in the collection

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français