Name - property of the ObjectFont object
Description:
Family name of the font.
Note:
Property access for read and write.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTable = pMe.Items("/Table");
oTable.Font.Name = "MS Sans Serif";
Dim oTable
Set oTable = pMe.Items("/Table")
oTable.Font.Name = "MS Sans Serif"