ITinyMceGroupProfileFonts Property
|
Gets a list of all the fonts enabled for this Tiny MCE profile.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
SyntaxTinyMceSettingList Fonts { get; set; }
Property Fonts As TinyMceSettingList
Get
Set
property TinyMceSettingList^ Fonts {
TinyMceSettingList^ get ();
void set (TinyMceSettingList^ value);
}
abstract Fonts : TinyMceSettingList with get, set
Property Value
Type:
TinyMceSettingList
ExamplesNames of possible fonts include: Arial, Times New Roman, etc.
See Also