FontDataFontName Property |
Returns the font name.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string FontName { get; }
Public ReadOnly Property FontName As String
Get
public:
virtual property String^ FontName {
String^ get () sealed;
}
abstract FontName : string with get
override FontName : string with get
Property Value
Type:
StringImplements
IFontDataFontName
See Also