LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::drawing::BarCodeErrorCorrection Constant Group Referencepublished

These constants identify the type of Error Correction for a Bar Code. More...

Variables

const long LOW = 1
 
const long MEDIUM = 2
 
const long QUARTILE = 3
 
const long HIGH = 4
 

Detailed Description

These constants identify the type of Error Correction for a Bar Code.

The Error Correction for a Bar code is a measure that helps a Bar code to recover, if it is destroyed.

Level L (Low) 7% of codewords can be restored. Level M (Medium) 15% of codewords can be restored. Level Q (Quartile) 25% of codewords can be restored. Level H (High) 30% of codewords can be restored.

More Info - here

See also
BarCode
GraphicObectShape
Since
LibreOffice 7.3

Variable Documentation

◆ HIGH

const long HIGH = 4

◆ LOW

const long LOW = 1

◆ MEDIUM

const long MEDIUM = 2

◆ QUARTILE

const long QUARTILE = 3