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 |
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" %}