IFontSubstRuleCollection Interface

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IFontSubstRuleCollection : IGenericCollection<IFontSubstRule>, 
	IEnumerable<IFontSubstRule>, IEnumerable, ICollection

The IFontSubstRuleCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Adds the new font substitution rule to the collection
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIFontSubstRule.)
Public methodRemove
Removes the first occurrence of a specific object from the collection.
See Also