Class RichTextEditorParagraphFormat
Specifies the paragraph formatting options available in the SfRichTextEditor.
Inheritance
System.Object
RichTextEditorParagraphFormat
Namespace: Syncfusion.Maui.RichTextEditor
Assembly: Syncfusion.Maui.RichTextEditor.dll
Syntax
public sealed class RichTextEditorParagraphFormat : Enum
Fields
Heading1
Represents a heading level 1 format.
Declaration
public const RichTextEditorParagraphFormat Heading1
Field Value
Type |
---|
RichTextEditorParagraphFormat |
Heading2
Represents a heading level 2 format.
Declaration
public const RichTextEditorParagraphFormat Heading2
Field Value
Type |
---|
RichTextEditorParagraphFormat |
Heading3
Represents a heading level 3 format.
Declaration
public const RichTextEditorParagraphFormat Heading3
Field Value
Type |
---|
RichTextEditorParagraphFormat |
Heading4
Represents a heading level 4 format.
Declaration
public const RichTextEditorParagraphFormat Heading4
Field Value
Type |
---|
RichTextEditorParagraphFormat |
Paragraph
Represents a normal paragraph format.
Declaration
public const RichTextEditorParagraphFormat Paragraph
Field Value
Type |
---|
RichTextEditorParagraphFormat |