java.lang.Object |
↳ |
com.pdftron.pdf.BarcodeOptions.BarcodeTypeGroup |
Class Overview
A set of flags used to specify a subset of barcode types. Can be
bitwise OR-ed to combine multiple groups.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
int
e_aztec
Constant Value:
64
(0x00000040)
public
static
final
int
e_data_matrix
Constant Value:
32
(0x00000020)
public
static
final
int
e_four_state
Constant Value:
4
(0x00000004)
public
static
final
int
e_gs1_databar_stacked
Constant Value:
8
(0x00000008)
public
static
final
int
e_linear
Constant Value:
1
(0x00000001)
public
static
final
int
e_maxi
Constant Value:
128
(0x00000080)
public
static
final
int
e_micro_pdf417
Constant Value:
1024
(0x00000400)
public
static
final
int
e_micro_qr
Constant Value:
256
(0x00000100)
public
static
final
int
e_none
Constant Value:
0
(0x00000000)
public
static
final
int
e_patch_code
Constant Value:
2048
(0x00000800)
public
static
final
int
e_pdf417
Constant Value:
512
(0x00000200)
public
static
final
int
e_pharma_code
Constant Value:
4096
(0x00001000)
public
static
final
int
e_post_net_planet
Constant Value:
2
(0x00000002)
public
static
final
int
e_qr
Constant Value:
16
(0x00000010)
Public Constructors
public
BarcodeTypeGroup
()