Back to Devexpress

HtmlEditorDocumentFontInfo Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-b001059c.md

latest1.8 KB
Original Source

HtmlEditorDocumentFontInfo Class

Contains the font properties of the document’s text.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorDocumentFontInfo :
    PropertiesBase
vb
Public Class HtmlEditorDocumentFontInfo
    Inherits 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

IStateManager

Inheritance

Object StateManager PropertiesBase HtmlEditorDocumentFontInfo

See Also

HtmlEditorDocumentFontInfo Members

DevExpress.Web.ASPxHtmlEditor Namespace