Class FontSourceBase

Class FontSourceBase

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

This is an abstract base class for the classes that allow the user to specify various font sources

public abstract class FontSourceBase

Inheritance

objectFontSourceBase

Derived

FileFontSource, FolderFontSource, MemoryFontSource

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Type

Returns the type of the font source.

public abstract FontSourceType Type { get; }

Property Value

FontSourceType