:: com :: sun :: star :: drawing ::

struct QRCode
Description

Since LibreOffice 6.4

Elements' Summary
Payload Text for which QR Code is made  
ErrorCorrection Qr Code Error Correction Level  
Border Border surrounding the Qr Code It is a non-negative value. One Border unit is equal to one dot in the generated QR code.  
Elements' Details
Payload
string Payload;
Description
Text for which QR Code is made
ErrorCorrection
long ErrorCorrection;
Description
Qr Code Error Correction Level
See also
drawing/QRCodeErrorCorrection
Border
long Border;
Description
Border surrounding the Qr Code It is a non-negative value. One Border unit is equal to one dot in the generated QR code.
Top of Page