LibreOffice
LibreOffice 7.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
QRCode Struct Referencepublished

This struct defines the attributes of a QR Code. More...

import "QRCode.idl";

Public Attributes

string Payload
 Text for which QR Code is made. More...
 
long ErrorCorrection
 Qr Code Error Correction Level. More...
 
long Border
 Border surrounding the Qr Code It is a non-negative value. More...
 

Detailed Description

This struct defines the attributes of a QR Code.

Since
LibreOffice 6.4

Member Data Documentation

long 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.

long ErrorCorrection

Qr Code Error Correction Level.

See Also
drawing/QRCodeErrorCorrection
string Payload

Text for which QR Code is made.


The documentation for this struct was generated from the following file: