FontSubstRuleCollectionRemove Method

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

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void Remove(
	IFontSubstRule value
)

Parameters

value
Type: Aspose.SlidesIFontSubstRule
The font substitution rule to remove from the collection.

Implements

IFontSubstRuleCollectionRemove(IFontSubstRule)
See Also