mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Added static CreateArray function to docbuilder
This commit is contained in:
@ -199,6 +199,11 @@ namespace NSDoctRenderer
|
||||
* Creates a null value. This method returns the current context and calls its CreateNull method.
|
||||
*/
|
||||
static CDocBuilderValue CreateNull();
|
||||
/**
|
||||
* Please use CDocBuilderContext::CreateArray
|
||||
* Creates an array. This method returns the current context and calls its CreateArray method.
|
||||
*/
|
||||
static CDocBuilderValue CreateArray(const int& length);
|
||||
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user