Class FallbackFonts
Represents a collection of FallbackFont.
Implements
System.Collections.Generic.IList<FallbackFont>
System.Collections.Generic.ICollection<FallbackFont>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<FallbackFont>
System.Collections.Generic.IReadOnlyCollection<FallbackFont>
System.Collections.Generic.IEnumerable<FallbackFont>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Add(Syncfusion.Office.FallbackFont)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.BinarySearch(Syncfusion.Office.FallbackFont)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.BinarySearch(Syncfusion.Office.FallbackFont, System.Collections.Generic.IComparer<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.BinarySearch(System.Int32, System.Int32, Syncfusion.Office.FallbackFont, System.Collections.Generic.IComparer<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Capacity
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Clear()
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Contains(Syncfusion.Office.FallbackFont)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.ConvertAll<TOutput>(System.Converter<Syncfusion.Office.FallbackFont, TOutput>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.CopyTo(Syncfusion.Office.FallbackFont[])
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.CopyTo(Syncfusion.Office.FallbackFont[], System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.CopyTo(System.Int32, Syncfusion.Office.FallbackFont[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Count
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Exists(System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Find(System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.FindAll(System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.FindIndex(System.Int32, System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.FindIndex(System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.FindLast(System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.FindLastIndex(System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.ForEach(System.Action<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.IndexOf(Syncfusion.Office.FallbackFont)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.IndexOf(Syncfusion.Office.FallbackFont, System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.IndexOf(Syncfusion.Office.FallbackFont, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Insert(System.Int32, Syncfusion.Office.FallbackFont)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.LastIndexOf(Syncfusion.Office.FallbackFont)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.LastIndexOf(Syncfusion.Office.FallbackFont, System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.LastIndexOf(Syncfusion.Office.FallbackFont, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Remove(Syncfusion.Office.FallbackFont)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.RemoveAll(System.Predicate<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Reverse()
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Sort()
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Sort(System.Collections.Generic.IComparer<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Sort(System.Comparison<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.Office.FallbackFont>)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.Generic.ICollection<Syncfusion.Office.FallbackFont>.IsReadOnly
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.Generic.IEnumerable<Syncfusion.Office.FallbackFont>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.ToArray()
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.TrimExcess()
System.Collections.Generic.List<Syncfusion.Office.FallbackFont>.TrueForAll(System.Predicate<Syncfusion.Office.FallbackFont>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public class FallbackFonts : List<FallbackFont>, IList<FallbackFont>, ICollection<FallbackFont>, IList, ICollection, IReadOnlyList<FallbackFont>, IReadOnlyCollection<FallbackFont>, IEnumerable<FallbackFont>, IEnumerable
Constructors
FallbackFonts()
Declaration
public FallbackFonts()
Methods
Add(ScriptType, String)
Adds a set of fallback fonts based on given script type.
Declaration
public void Add(ScriptType scriptType, string fontNames)
Parameters
Type | Name | Description |
---|---|---|
ScriptType | scriptType | Represents a ScriptType. |
System.String | fontNames | Represents a fall back font name or names (split by a comma). |
InitializeDefault()
Initializes a set of default fallback fonts.
Declaration
public void InitializeDefault()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable