Builder FrameworkPythonCDocBuilderGetVersion本页总览GetVersion Returns the ONLYOFFICE Document Builder engine version. Please note, that for the .docbuilder file the CDocBuilder.GetVersion method is not used. Syntax def GetVersion(self); Example Python builder = docbuilder.CDocBuilder()version = builder.GetVersion()