Removes the element at the specified index of the collection.
Parameters:
Name
Type
Description
index
int
The zero-based index of the element to remove. To avoid throwing of the PptxEditException check master’s HasDependingSlides property before.
Error
Error
Condition
PptxEditException
Thrown if the master to remove is used in presentation (its HasDependingSlides property is true).
removeUnused
Name
Description
removeUnused (boolean)
Removes unused master slides.
Parameters:
Name
Type
Description
ignorePreserveField
boolean
Determines, whether this function should remove unused master even if its MasterSlide#getPreserve/ MasterSlide#setPreserve(boolean) property is set to true.
size
Name
Description
size ()
Gets the number of elements actually contained in the collection. Read-only int.