The name for this Code object (Cloud Office Print tag).
The data for this Code object.
For the different types of QR-codes and barcodes, we refer to the Cloud Office Print documentation.
The height for the generated code. The default is 200 for QR, 50 for the rest. Optional.
The width for the generated code. The default is 200. Optional.
The level of which the QR code should be recoverable. The options are: "L" (up to 7% damage) "M" (up to 15% damage) "Q" (up to 25% damage) "H" (up to 30% damage). Optional.
The URL to hyperlink to when the barcode/qrcode is clicked. Optional.
The rotation angle of the barcode/qrcode (in degrees, counterclockwise). Optional.
The background color for the barcode/qrcode. default: white/ffffff. You can provide a hex value; html named colors like red, white, purple; rgb(255, 0, 0) or any other css supported format. Optional.
The width padding of the inserted qrcode/barcode. default 10. In pixels. Optional.
The height padding of the inserted qrcode/barcode. default 10. In pixels. Optional.
If you want to include extra options like including barcode text on the bottom. The options should be space separated and should be followed by a "=" and their value. E.g.: "includetext guardwhitespace guardwidth=3 guardheight=3". Please visit https://github.com/bwipp/postscriptbarcode/wiki/Symbologies-Reference for all the options. Optional.
The dict representation of this object
dict representation of this object
Get the suffixes that need to be appended to the keys of the dict representation of this Code object.
the suffixes that need to be appended to the keys of the dict representation of this Code object
A set containing all available template tags this Element reacts to.
set of tags associated with this Element
Generated using TypeDoc
This class is a subclass of Code and is used to generate a barcode element