LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
BarCode Struct Referencepublished

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

import"BarCode.idl";

Public Attributes

long Type
 Type of the Bar Code that is to be generated. More...
 
string Payload
 Text for which Bar Code is made. More...
 
long ErrorCorrection
 Bar Code Error Correction Level. More...
 
long Border
 Border surrounding the Bar Code It is a non-negative value. More...
 

Detailed Description

This struct defines the attributes of a Bar Code.

Since
LibreOffice 7.3

Member Data Documentation

◆ Border

long Border

Border surrounding the Bar Code It is a non-negative value.

One Border unit is equal to one dot in the generated Bar code.

◆ ErrorCorrection

long ErrorCorrection

Bar Code Error Correction Level.

See also
drawing/BarCodeErrorCorrection

◆ Payload

string Payload

Text for which Bar Code is made.

◆ Type

long Type

Type of the Bar Code that is to be generated.

Supported types - 0:"QR Code", 1:"Code 128"


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