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
| Name | Description |
|---|---|
| Close | Closes the current scope. |
note
Java uses camelCase method names: close.