mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-14 18:36:31 +08:00
Fix SetByIndex and test example
(now it does work)
This commit is contained in:
@ -37,7 +37,7 @@ public class Program {
|
||||
|
||||
CDocBuilderValue content = context.createArray(2);
|
||||
content.set(0, paragraph1);
|
||||
content.set(1, paragraph1);
|
||||
content.set(1, paragraph2);
|
||||
|
||||
document.call("InsertContent", content);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user