X-Git-Url: https://git.sur5r.net/?p=glabels;a=blobdiff_plain;f=docs%2Flibglbarcode%2Fhtml%2Flibglbarcode-3.0-lgl-barcode-type.html;h=e4833ac7072ea1b393aedd3b6c5969939a8be3f1;hp=88e9018aba7c84d115cb288a11c579469d22890b;hb=3a3a8a58b7539da4d1f1ac5e7f1675cff1269901;hpb=c84c942a262c1bb22d8e0bc7d7808f11209c8f8b diff --git a/docs/libglbarcode/html/libglbarcode-3.0-lgl-barcode-type.html b/docs/libglbarcode/html/libglbarcode-3.0-lgl-barcode-type.html index 88e9018a..e4833ac7 100644 --- a/docs/libglbarcode/html/libglbarcode-3.0-lgl-barcode-type.html +++ b/docs/libglbarcode/html/libglbarcode-3.0-lgl-barcode-type.html @@ -2,29 +2,26 @@ -Barcode Types - +LibGlbarcode 3.0 Reference Manual: Barcode Types + - + - - - - - - - - - - + + + + + + +
@@ -32,14 +29,29 @@

Barcode Types

Barcode Types — Enumeration of supported barcode types

- +
-
-

Synopsis

-
-#include <libglbarcode/lgl-barcode-type.h>
-
-enum                lglBarcodeType;
+
+

Types and Values

+
++++ + + + + +
enumlglBarcodeType
+
+
+

Object Hierarchy

+
+
+
+
+

Includes

+
#include <libglbarcode/lgl-barcode-type.h>
 
@@ -49,75 +61,88 @@ This section describes an enumeration for selecting one of the barcode types sup

-

Details

+

Functions

+
+
+

Types and Values

enum lglBarcodeType

-
typedef enum {
-        LGL_BARCODE_TYPE_POSTNET,        /* USPS Postnet Barcode (5, 9, or 11 digits) */
-        LGL_BARCODE_TYPE_POSTNET_5,      /* USPS Postnet Barcode (5 digits) */
-        LGL_BARCODE_TYPE_POSTNET_9,      /* USPS Postnet Barcode (9 digits) */
-        LGL_BARCODE_TYPE_POSTNET_11,     /* USPS Postnet Barcode (11 digits) */
-        LGL_BARCODE_TYPE_CEPNET,         /* Brazilian Postal Code */
-
-        LGL_BARCODE_TYPE_ONECODE,        /* USPS Intelligent Mail Barcode */
-
-        LGL_BARCODE_TYPE_CODE39,         /* Code 39 */
-        LGL_BARCODE_TYPE_CODE39_EXT,     /* Extended Code 39 (Supports full ASCII character set) */
-} lglBarcodeType;
-

This enumeration is used to select a built-in barcode type. The currently supported barcode types are

-
-+
+

Members

+
+++++ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +

LGL_BARCODE_TYPE_POSTNET

USPS Postnet Barcode (5, 9, or 11 digits) +

LGL_BARCODE_TYPE_POSTNET

+

USPS Postnet Barcode (5, 9, or 11 digits)

 

LGL_BARCODE_TYPE_POSTNET_5

USPS Postnet Barcode (5 digits) +

LGL_BARCODE_TYPE_POSTNET_5

+

USPS Postnet Barcode (5 digits)

 

LGL_BARCODE_TYPE_POSTNET_9

USPS Postnet Barcode (9 digits) +

LGL_BARCODE_TYPE_POSTNET_9

+

USPS Postnet Barcode (9 digits)

 

LGL_BARCODE_TYPE_POSTNET_11

USPS Postnet Barcode (11 digits) +

LGL_BARCODE_TYPE_POSTNET_11

+

USPS Postnet Barcode (11 digits)

 

LGL_BARCODE_TYPE_CEPNET

Brazilian Postal Code +

LGL_BARCODE_TYPE_CEPNET

+

Brazilian Postal Code

 

LGL_BARCODE_TYPE_ONECODE

USPS Intelligent Mail Barcode +

LGL_BARCODE_TYPE_ONECODE

+

USPS Intelligent Mail Barcode

 

LGL_BARCODE_TYPE_CODE39

Code 39 +

LGL_BARCODE_TYPE_CODE39

+

Code 39

 

LGL_BARCODE_TYPE_CODE39_EXT

Extended Code 39 (Supports full ASCII character set) +

LGL_BARCODE_TYPE_CODE39_EXT

+

Extended Code 39 (Supports full ASCII character set)

 
+
+ Generated by GTK-Doc V1.20 \ No newline at end of file