You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let defaultParagraphFormat:ParagraphFormatProperties= {
73
+
var defaultParagraphFormat = {
74
74
beforeSpacing:8,
75
75
lineSpacing:1.5,
76
76
leftIndent:24,
@@ -88,26 +88,24 @@ You can use [`setDefaultSectionFormat`](https://ej2.syncfusion.com/javascript/do
88
88
89
89
The following example code illustrates how to change the section format(header and footer distance, page width and height, etc.,) default value in Document editor.
> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property.
0 commit comments