OfficeIMO

API Reference

Struct

PowerPointThemeFontInfo

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base ValueType
Modifiers sealed

Represents the major/minor Latin fonts in a theme.

Inheritance

  • ValueType
  • PowerPointThemeFontInfo

Constructors

public PowerPointThemeFontInfo(String majorLatin, String minorLatin) #

Creates a theme font info entry.

Parameters

majorLatin System.String requiredposition: 0
minorLatin System.String requiredposition: 1

Methods

public override String ToString() #
Returns: String

Returns a display-friendly string.

Properties

public String MajorLatin { get; } #

Major font Latin typeface.

public String MinorLatin { get; } #

Minor font Latin typeface.