From 636fd8118400e8110246d41f0856bfd7053a498e Mon Sep 17 00:00:00 2001 From: kavitha Muralitharan Date: Fri, 30 May 2025 16:19:03 +0530 Subject: [PATCH] 960274: Added "Unit of Measurement" of Document Editor --- ej2-asp-core-mvc/document-editor/paragraph-format.md | 4 ++++ 1 file changed, 4 insertions(+) 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.