Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 837 Bytes

right-to-left.md

File metadata and controls

25 lines (20 loc) · 837 Bytes
layout title description platform control documentation domainurl
post
Right to left in Angular Document editor component | Syncfusion
Learn here all about Right to left in Syncfusion Angular Document editor component of Syncfusion Essential JS 2 and more.
ej2-angular
Right to left
ug

Right to left in Angular Document editor component

Document Editor provides RTL (right-to-left) support. This can be enabled using the “enableRtl” property.

{% tabs %} {% highlight ts tabtitle="app.component.ts" %} {% include code-snippet/document-editor/rtl-cs1/src/app.component.ts %} {% endhighlight %}

{% highlight ts tabtitle="main.ts" %} {% include code-snippet/document-editor/rtl-cs1/src/main.ts %} {% endhighlight %} {% endtabs %}

{% previewsample "page.domainurl/samples/document-editor/rtl-cs1" %}