create method
create()
Creates new instance of the report builder processor.
def create(self):
...
create(context)
Creates new instance of the report builder processor.
def create(self, context: aspose.words.lowcode.ReportBuilderContext):
...
| Parameter | Type | Description |
|---|---|---|
| context | ReportBuilderContext |
See Also
- module aspose.words.lowcode
- class ReportBuilder