SdtCheckBox
DefaultFontName Field
|
Represents the default font name used in the application, which is "MS Gothic".
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public const string DefaultFontName = "MS Gothic"
Public Const DefaultFontName As String = "MS Gothic"
public:
literal String^ DefaultFontName = "MS Gothic"
static val mutable DefaultFontName: string
Field Value
Type:
String
See Also