Skip to content

960274: Added "Unit of Measurement" of Document Editor #4243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v29.2.4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ej2-asp-core-mvc/document-editor/paragraph-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ You can decrease the left indent of selected paragraphs by a factor of 36 points
documenteditor.editor.decreaseIndent()
```

>Note: <br/> * The document editor utilizes points as the standard unit for measuring paragraph spacing and indentation, allowing you to define these measurements in points.<br/> * 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.
Expand Down