ReportPageBuilder

属性

属性类型说明
chartVBIChartBuilder<TQueryDSL, TSeedDSL>-
textReportTextBuilder-

方法

constructor

定义:

constructor(doc: Y.Doc, page: Y.Map<any>, chartOptions: VBIChartBuilderOptions<TQueryDSL, TSeedDSL>)

参数:

参数类型说明
docY.Doc-
pageY.Map-
chartOptionsVBIChartBuilderOptions<TQueryDSL, TSeedDSL>-

getId

定义:

getId(): string

返回: string

setTitle

定义:

setTitle(title: string): this

返回: this

参数:

参数类型说明
titlestring-

setChart

定义:

setChart(chartBuilder: VBIChartBuilder<TQueryDSL, TSeedDSL> | VBIChartDSLInput): this

返回: this

参数:

参数类型说明
chartBuilderVBIChartBuilder<TQueryDSL, TSeedDSL> | VBIChartDSLInput-

setText

定义:

setText(content: string): this

返回: this

参数:

参数类型说明
contentstring-

toJSON

定义:

toJSON(): VBIReportPageDSL

返回: VBIReportPageDSL