Remove()

FontSubstRuleCollection::Remove(System::SharedPtr<IFontSubstRule>) method

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

void Aspose::Slides::FontSubstRuleCollection::Remove(System::SharedPtr<IFontSubstRule> value) override

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IFontSubstRule>The font substitution rule to remove from the collection.

See Also