File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
ej2-asp-core-mvc/document-editor Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ The following example shows how to export documents in document editor as Syncfu
54
54
{% include code-snippet/document-editor/export-sfdt/document-editor.cs %}
55
55
{% endhighlight %}
56
56
{% endtabs %}
57
- {% endif %}
58
57
59
58
{% tabs %}
60
59
{% highlight razor tabtitle="CSHTML" %}
@@ -103,7 +102,6 @@ The following example shows how to export the document as Word document (.docx).
103
102
{% include code-snippet/document-editor/export-docx/document-editor.cs %}
104
103
{% endhighlight %}
105
104
{% endtabs %}
106
- {% endif %}
107
105
108
106
{% tabs %}
109
107
{% highlight razor tabtitle="CSHTML" %}
@@ -154,7 +152,6 @@ The following example shows how to export the document as Word Template (.dotx).
154
152
{% include code-snippet/document-editor/export-dotx/document-editor.cs %}
155
153
{% endhighlight %}
156
154
{% endtabs %}
157
- {% endif %}
158
155
159
156
{% tabs %}
160
157
{% highlight razor tabtitle="CSHTML" %}
@@ -200,7 +197,6 @@ The following example shows how to export document as text document (.txt).
200
197
{% include code-snippet/document-editor/export-txt/document-editor.cs %}
201
198
{% endhighlight %}
202
199
{% endtabs %}
203
- {% endif %}
204
200
205
201
{% tabs %}
206
202
{% highlight razor tabtitle="CSHTML" %}
@@ -244,7 +240,6 @@ Document editor also supports API to store the document into a blob.
244
240
{% endhighlight %}
245
241
{% highlight c# tabtitle="Export-blob.cs" %}
246
242
{% endhighlight %}{% endtabs %}
247
- {% endif %}
248
243
249
244
{% tabs %}
250
245
{% highlight razor tabtitle="CSHTML" %}
You can’t perform that action at this time.
0 commit comments