IFontFallBackRulesCollection
IFontFallBackRulesCollection interface
Represents a collection of FontFallBack rules, defined by user
public interface IFontFallBackRulesCollection : IGenericCollection<IFontFallBackRule>
Properties
Name | Description |
---|---|
Item { get; } | Gets the rule at the specified index. Read-only IFontFallBackRule . |
Methods
Name | Description |
---|---|
Add(IFontFallBackRule) | Add a new FallBack rule to the end of the collection. |
Remove(IFontFallBackRule) | Removes the first occurrence of a specific FallBack rule from the collection. |
See Also
- interface IGenericCollection<T>
- interface IFontFallBackRule
- namespace Aspose.Slides
- assembly Aspose.Slides