Skip to main content

HtmlEditorDocumentFontInfo Class

Contains the font properties of the document’s text.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorDocumentFontInfo :
    PropertiesBase

The following members return HtmlEditorDocumentFontInfo objects:

Remarks

The HtmlEditorDocumentFontInfo class contains font settings that allow you to specify the font name, font size and font style (such as bold or italic) for the document’s text.

An instance of the HtmlEditorDocumentFontInfo class can be accessed via the HtmlEditorDocumentStyles.Font property.

Implements

Inheritance

Object
StateManager
PropertiesBase
HtmlEditorDocumentFontInfo
See Also