PortionCollection

General

PortionCollection is a class in Aspose.Slides for Python. Inherits from: BaseCollection, IPortionCollection.

PortionCollection és una classe en Aspose.Slides per a Python. És heretat de: ゚BaseCollection⌒, ヽIPortionCollection▽ .

Representa una col·lecció de porcions.

Propietats

NameTypeAccessDescription
countintReadGets the number of portions in the collection
is_read_onlyboolRead
as_i_enumerableAnyRead

Mètodes

SignatureDescription
add(value)Adds the given portion to the collection
index_of(item)int
insert(index, value)Inserts a portion at the given index, shifting subsequent items
clear()
contains(item)boolChecks whether the collection includes the specified portion
remove(item)boolDeletes the first occurrence of the given portion and returns success
remove_at(index)Removes the portion at the specified index
 Català