Description
Constructor of Font with given font name.
Namespace: Docs.WordAssembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public Font(
string FontName
)
Public Sub New ( _
FontName As String _
)
public:
Font(
String^ FontName
)
Parameters
- FontName
- String
Name of font.
See Also