TextStyleFontName Property |
Gets or sets the font name.
Namespace:
Aspose.Note
Assembly:
Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntaxpublic string FontName { get; set; }Public Property FontName As String
Get
Set
public:
property String^ FontName {
String^ get ();
void set (String^ value);
}member FontName : string with get, set
Property Value
Type:
String
See Also