FontFallBackRulesCollection Class

Represents a collection of FontFallBack rules, defined by user
Inheritance Hierarchy
SystemObject
  Aspose.SlidesFontFallBackRulesCollection

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class FontFallBackRulesCollection : IFontFallBackRulesCollection, 
	IGenericCollection<IFontFallBackRule>, IEnumerable<IFontFallBackRule>, IEnumerable, 
	ICollection

The FontFallBackRulesCollection type exposes the following members.

Constructors
  NameDescription
Public methodFontFallBackRulesCollection
Initializes a new instance of the FontFallBackRulesCollection class
Properties
  NameDescription
Public propertyCount
Gets the number of rules actually contained in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyCode exampleItem
Gets the rule at the specified index. Read-only IFontFallBackRule.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodCode exampleAdd
Add a specified FallBack rule to the end of the collection.
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodCode exampleRemove
Removes the first occurrence of a specific FallBack rule from the collection.
Public methodToString (Inherited from Object.)
See Also