mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[de] Update move cursor up/down and Document.InsertParagraphAtCursor method
This commit is contained in:
@ -642,7 +642,7 @@
|
||||
+ "\tdoc.GetRangeBySelect().GetAllParagraphs().forEach(para => {\n\t\tpara.SetNumbering(" + CounterStore.get('numbering') + ".GetLevel(0));\n\t\tpara.SetContextualSpacing(true)\n\t});\n"
|
||||
},
|
||||
addParagraph : function(){
|
||||
return "\tdoc.EnterParagraph();\n";
|
||||
return "\tdoc.InsertParagraphAtCursor();\n";
|
||||
},
|
||||
addBlankPage : function(){return "\tdoc.InsertBlankPage();\n"},
|
||||
addPageBreak : function(type){
|
||||
|
||||
Reference in New Issue
Block a user