Class ParagraphFormatProperties
Defines the paragraph format properties of document editor.
Inheritance
System.Object
ParagraphFormatProperties
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class ParagraphFormatProperties : Object
Constructors
ParagraphFormatProperties()
Declaration
public ParagraphFormatProperties()
Properties
AfterSpacing
Defines the spacing value after the paragraph.
Declaration
public double AfterSpacing { get; set; }
Property Value
Type |
---|
System.Double |
BeforeSpacing
Defines the spacing value before the paragraph.
Declaration
public double BeforeSpacing { get; set; }
Property Value
Type |
---|
System.Double |
Bidi
Defines the bidirectional property of paragraph.
Declaration
public bool Bidi { get; set; }
Property Value
Type |
---|
System.Boolean |
FirstLineIndent
Defines the first line indent.
Declaration
public double FirstLineIndent { get; set; }
Property Value
Type |
---|
System.Double |
LeftIndent
Defines the left indent.
Declaration
public double LeftIndent { get; set; }
Property Value
Type |
---|
System.Double |
LineSpacing
Defines the spacing between the lines.
Declaration
public double LineSpacing { get; set; }
Property Value
Type |
---|
System.Double |
LineSpacingType
Defines the spacing type(AtLeast,Exactly or Multiple) between the lines.
Declaration
public LineSpacingType LineSpacingType { get; set; }
Property Value
Type |
---|
LineSpacingType |
OutlineLevel
Defines the outline level property.
Declaration
public OutlineLevel OutlineLevel { get; set; }
Property Value
Type |
---|
OutlineLevel |
RightIndent
Defines the right indent.
Declaration
public double RightIndent { get; set; }
Property Value
Type |
---|
System.Double |
TextAlignment
Defines the text alignment property.
Declaration
public TextAlignment TextAlignment { get; set; }
Property Value
Type |
---|
TextAlignment |
Methods
Equals(ParagraphFormatProperties)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ParagraphFormatProperties paragraphFormatProperties)
Parameters
Type | Name | Description |
---|---|---|
ParagraphFormatProperties | paragraphFormatProperties | An ParagraphFormatProperties to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |