FontFallBackRulesCollection Class |
Namespace: Aspose.Slides
The FontFallBackRulesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | FontFallBackRulesCollection | Initializes a new instance of the FontFallBackRulesCollection class |
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of rules actually contained in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() ![]() | Item |
Gets the rule at the specified index.
Read-only IFontFallBackRule.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() ![]() | Add |
Add a specified FallBack rule to the end of the collection.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Remove |
Removes the first occurrence of a specific FallBack rule from the collection.
|
![]() | ToString | (Inherited from Object.) |