diff --git a/ej2-asp-core-mvc/document-editor/paragraph-format.md b/ej2-asp-core-mvc/document-editor/paragraph-format.md index cf0edcf008..56ec44d58f 100644 --- a/ej2-asp-core-mvc/document-editor/paragraph-format.md +++ b/ej2-asp-core-mvc/document-editor/paragraph-format.md @@ -46,6 +46,10 @@ You can decrease the left indent of selected paragraphs by a factor of 36 points documenteditor.editor.decreaseIndent() ``` +>Note:
* The document editor utilizes points as the standard unit for measuring paragraph spacing and indentation, allowing you to define these measurements in points.
* However, changing the measurement unit within the document editor is not supported. + + + ## Text alignment You can get or set the text alignment of selected paragraphs using the following sample code.