LibreOfficeDev
LibreOfficeDev 7.4 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

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.

long ErrorCorrection

Bar Code Error Correction Level.

See Also
drawing/BarCodeErrorCorrection
string Payload

Text for which Bar Code is made.

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: