CDocBuilderContext

new CDocBuilderContext

Class used by ONLYOFFICE Document Builder for getting JS context for working.

Methods

NameDescription
createArrayCreates an array, an analogue of new Array (length) in JS.
createNullCreates a null value, an analogue of null in JS.
createObjectCreates an empty object, an analogue of {} in JS.
createScopeCreates a context scope.
createUndefinedCreates an undefined value, an analogue of undefined in JS.
getGlobalReturns the global object for the current context.
isErrorChecks for errors in JS.

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).