Skip to main content

CDocBuilderContextScope

The stack-allocated class used by ONLYOFFICE Document Builder which sets the execution context for all operations executed within a local scope. All opened scopes will be closed automatically when the builder CloseFile method is called.

Syntax

class CDocBuilderContextScope

Methods

NameDescription
CloseCloses the current scope.
note

Java uses camelCase method names: close.