HtmlForgeX

API Reference

Enum

QuillFormat

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
JsonConverter(typeof(DescriptionEnumConverter<QuillFormat>))

Available themes for the Quill editor.

Inheritance

  • Enum
  • QuillFormat

Values

public const QuillFormat Background #
Description("background")

Background color styling.

Value: 0
public const QuillFormat Bold #
Description("bold")

Bold text.

Value: 1
public const QuillFormat Color #
Description("color")

Font color styling.

Value: 2
public const QuillFormat Font #
Description("font")

Font family selection.

Value: 3
public const QuillFormat Code #
Description("code")

Inline code formatting.

Value: 4
public const QuillFormat Italic #
Description("italic")

Italic text.

Value: 5
public const QuillFormat Size #
Description("size")

Font size selection.

Value: 7
public const QuillFormat Strike #
Description("strike")

Strike-through text.

Value: 8
public const QuillFormat Script #
Description("script")

Super or subscript text.

Value: 9
public const QuillFormat Underline #
Description("underline")

Underlined text.

Value: 10
public const QuillFormat Blockquote #
Description("blockquote")

Block quote formatting.

Value: 11
public const QuillFormat Header #
Description("header")

Heading levels.

Value: 12
public const QuillFormat Indent #
Description("indent")

Indentation level.

Value: 13
public const QuillFormat List #
Description("list")

Ordered or bullet lists.

Value: 14
public const QuillFormat Align #
Description("align")

Text alignment.

Value: 15
public const QuillFormat Direction #
Description("direction")

Text directionality.

Value: 16
public const QuillFormat CodeBlock #
Description("code-block")

Code block styling.

Value: 17
public const QuillFormat Formula #
Description("formula")

LaTeX formula embedding.

Value: 18
public const QuillFormat Image #
Description("image")

Image embedding.

Value: 19
public const QuillFormat Video #
Description("video")

Video embedding.

Value: 20