FontScheme
MinorFont Property
|
Gets the fonts collection for a "body" part of the slide.
Readonly
LocaleFonts
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public LocaleFonts MinorFont { get; }
Public ReadOnly Property MinorFont As LocaleFonts
Get
public:
property LocaleFonts^ MinorFont {
LocaleFonts^ get ();
}
member MinorFont : LocaleFonts with get
Property Value
Type:
LocaleFonts
See Also