Skip to main content
All docs
V25.2
  • ThemeFont Members

    Defines a font for a presentation theme.

    Constructors

    Name Description
    ThemeFont(String, String, String) Initializes a new instance of the ThemeFont class with specified settings.

    Fields

    Name
    Office static

    Properties

    Name Description
    ComplexScriptFont Gets the font for complex script text.
    EastAsianFont Gets the font name for EastAsian characters.
    LatinFont Gets the font for Latin text.

    Methods

    Name Description
    Equals(ThemeFont) Determines whether the specified ThemeFont object is equal to the current object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified ThemeFont object is equal to the current object.
    GetHashCode() Returns the hash code for this instance.
    GetType() Gets the Type of the current instance. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns the fully qualified type name of this instance. Inherited from ValueType.

    Operators

    Name Description
    Equality(ThemeFont, ThemeFont) static Determines whether two ThemeFont objects are equal.
    Implicit(String to ThemeFont) static Implicitly converts a string to a ThemeFont object.
    Inequality(ThemeFont, ThemeFont) static Determines whether two ThemeFont objects are not equal.
    See Also