41.2. Barcode 选项
Barcode 数据格式支持 5 个选项,它们如下。
名称 | 默认 | Java 类型 | 描述 |
---|---|---|---|
width |
| barcode 的宽度 | |
height |
| barcode 高度 | |
imageType |
| barcode 的镜像类型,如 png | |
barcodeFormat |
| Barcode 格式,如 QR-Code | |
contentTypeHeader |
|
| 如果数据格式能够这样做,则数据格式是否应该以 data 格式设置 Content-Type 标头。例如,用于数据格式的 application/xml (数据格式)或 application/json 用于数据格式 marshalling to JSon etc。 |