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

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