IFontFallBackRule Interface

Represents font fallback rule

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IFontFallBackRule

The IFontFallBackRule type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of fonts actually defined for range.
Public propertyItem
Gets the font name at the specified index.
Public propertyRangeEndIndex
Get last index of continuous unicode range.
Public propertyRangeStartIndex
Get first index of continuous unicode range.
Methods
  NameDescription
Public methodCode exampleAddFallBackFonts(String)
Adds a new font(s) to the list of FallBack fonts.
Public methodCode exampleAddFallBackFonts(String)
Adds a new fonts to the list of FallBack fonts.
Public methodClear
Removes all fonts from the list.
Public methodCode exampleIndexOf
Returns an index of the specified rule in the collection.
Public methodCode exampleRemove
Removes the first occurrence of a specific FallBack font from the list.
Public methodCode exampleRemoveAt
Removes the FallBack font at the specified index of the list.
Public methodCode exampleToArray
Creates and returns an array with all FallBack fonts for this rule.
Public methodCode exampleToArray(Int32, Int32)
Creates and returns an array with all FallBack fonts from the specified range in list.
See Also