DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.barcoding
Class DataMatrixSymbolSize

java.lang.Object
  extended by com.cete.dynamicpdf.Enums
      extended by com.cete.dynamicpdf.pageelements.barcoding.DataMatrixSymbolSize

public final class DataMatrixSymbolSize
extends Enums

Specifies the symbol size.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Field Summary
static DataMatrixSymbolSize AUTO
          Calculates symbol size based on the value.
static DataMatrixSymbolSize R104xC104
          104 rows by 104 columns.
static DataMatrixSymbolSize R10xC10
          10 rows by 10 columns.
static DataMatrixSymbolSize R120xC120
          120 rows by 120 columns.
static DataMatrixSymbolSize R12xC12
          12 rows by 12 columns.
static DataMatrixSymbolSize R12xC26
          12 rows by 26 columns.
static DataMatrixSymbolSize R12xC36
          12 rows by 36 columns.
static DataMatrixSymbolSize R132xC132
          132 rows by 132 columns.
static DataMatrixSymbolSize R144xC144
          144 rows by 144 columns.
static DataMatrixSymbolSize R14xC14
          14 rows by 14 columns.
static DataMatrixSymbolSize R16xC16
          16 rows by 16 columns.
static DataMatrixSymbolSize R16xC36
          16 rows by 36 columns.
static DataMatrixSymbolSize R16xC48
          16 rows by 48 columns.
static DataMatrixSymbolSize R18xC18
          18 rows by 18 columns.
static DataMatrixSymbolSize R20xC20
          20 rows by 20 columns.
static DataMatrixSymbolSize R22xC22
          22 rows by 22 columns.
static DataMatrixSymbolSize R24xC24
          24 rows by 24 columns.
static DataMatrixSymbolSize R26xC26
          26 rows by 26 columns.
static DataMatrixSymbolSize R32xC32
          32 rows by 32 columns.
static DataMatrixSymbolSize R36xC36
          36 rows by 36 columns.
static DataMatrixSymbolSize R40xC40
          40 rows by 40 columns.
static DataMatrixSymbolSize R44xC44
          44 rows by 44 columns.
static DataMatrixSymbolSize R48xC48
          48 rows by 48 columns.
static DataMatrixSymbolSize R52xC52
          52 rows by 52 columns.
static DataMatrixSymbolSize R64xC64
          64 rows by 64 columns.
static DataMatrixSymbolSize R72xC72
          72 rows by 72 columns.
static DataMatrixSymbolSize R80xC80
          80 rows by 80 columns.
static DataMatrixSymbolSize R88xC88
          88 rows by 88 columns.
static DataMatrixSymbolSize R8xC18
          8 rows by 18 columns.
static DataMatrixSymbolSize R8xC32
          8 rows by 32 columns.
static DataMatrixSymbolSize R96xC96
          96 rows by 96 columns.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 java.lang.String getName()
          Gets the enumeration constant name.
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class com.cete.dynamicpdf.Enums
and, getValue, or, xor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTO

public static final DataMatrixSymbolSize AUTO
Calculates symbol size based on the value.


R10xC10

public static final DataMatrixSymbolSize R10xC10
10 rows by 10 columns.


R12xC12

public static final DataMatrixSymbolSize R12xC12
12 rows by 12 columns.


R14xC14

public static final DataMatrixSymbolSize R14xC14
14 rows by 14 columns.


R16xC16

public static final DataMatrixSymbolSize R16xC16
16 rows by 16 columns.


R18xC18

public static final DataMatrixSymbolSize R18xC18
18 rows by 18 columns.


R20xC20

public static final DataMatrixSymbolSize R20xC20
20 rows by 20 columns.


R22xC22

public static final DataMatrixSymbolSize R22xC22
22 rows by 22 columns.


R24xC24

public static final DataMatrixSymbolSize R24xC24
24 rows by 24 columns.


R26xC26

public static final DataMatrixSymbolSize R26xC26
26 rows by 26 columns.


R32xC32

public static final DataMatrixSymbolSize R32xC32
32 rows by 32 columns.


R36xC36

public static final DataMatrixSymbolSize R36xC36
36 rows by 36 columns.


R40xC40

public static final DataMatrixSymbolSize R40xC40
40 rows by 40 columns.


R44xC44

public static final DataMatrixSymbolSize R44xC44
44 rows by 44 columns.


R48xC48

public static final DataMatrixSymbolSize R48xC48
48 rows by 48 columns.


R52xC52

public static final DataMatrixSymbolSize R52xC52
52 rows by 52 columns.


R64xC64

public static final DataMatrixSymbolSize R64xC64
64 rows by 64 columns.


R72xC72

public static final DataMatrixSymbolSize R72xC72
72 rows by 72 columns.


R80xC80

public static final DataMatrixSymbolSize R80xC80
80 rows by 80 columns.


R88xC88

public static final DataMatrixSymbolSize R88xC88
88 rows by 88 columns.


R96xC96

public static final DataMatrixSymbolSize R96xC96
96 rows by 96 columns.


R104xC104

public static final DataMatrixSymbolSize R104xC104
104 rows by 104 columns.


R120xC120

public static final DataMatrixSymbolSize R120xC120
120 rows by 120 columns.


R132xC132

public static final DataMatrixSymbolSize R132xC132
132 rows by 132 columns.


R144xC144

public static final DataMatrixSymbolSize R144xC144
144 rows by 144 columns.


R8xC18

public static final DataMatrixSymbolSize R8xC18
8 rows by 18 columns.


R8xC32

public static final DataMatrixSymbolSize R8xC32
8 rows by 32 columns.


R12xC26

public static final DataMatrixSymbolSize R12xC26
12 rows by 26 columns.


R12xC36

public static final DataMatrixSymbolSize R12xC36
12 rows by 36 columns.


R16xC36

public static final DataMatrixSymbolSize R16xC36
16 rows by 36 columns.


R16xC48

public static final DataMatrixSymbolSize R16xC48
16 rows by 48 columns.

Method Detail

getName

public java.lang.String getName()
Gets the enumeration constant name.

Specified by:
getName in class Enums
Returns:
Returns the name of this enumeration constant.

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object
Returns:
true if this object is the same as the obj argument; false otherwise.

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the object.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software