remove

remove(MathPortion item) method

Removes the first occurrence of a specific object from the IGenericCollection.

Parameters

NameTypeDescription
itemMathPortionThe object to remove from the IGenericCollection.

Returns

boolean

Exception

ExceptionCondition
com.aspose.ms.System.NotSupportedExceptionThe IGenericCollection is read-only.

remove(Portion item) method

Removes the first occurrence of a specific object from the IGenericCollection.

Parameters

NameTypeDescription
itemPortionThe object to remove from the IGenericCollection.

Returns

boolean

Exception

ExceptionCondition
com.aspose.ms.System.NotSupportedExceptionThe IGenericCollection is read-only.