Skip to content

Commit d57c1a8

Browse files
Aleksander GrininAleksander Grinin
authored andcommitted
Javadoc API for Aspose.Barcode for Java release 26.2 is added
1 parent 65c226f commit d57c1a8

82 files changed

Lines changed: 4225 additions & 1201 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

english/java/com.aspose.barcode.barcodecontrol/aztecparametersui/_index.md

Lines changed: 253 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,36 @@ UI wrapper for AztecParameters class
1919
| --- | --- |
2020
| [equals(Object arg0)](#equals-java.lang.Object-) | |
2121
| [getAspectRatio()](#getAspectRatio--) | Height/Width ratio of 2D BarCode module. |
22+
| [getAztecEncodeMode()](#getAztecEncodeMode--) | Gets a Aztec encode mode. |
2223
| [getAztecErrorLevel()](#getAztecErrorLevel--) | Level of error correction of Aztec types of barcode. |
2324
| [getAztecSymbolMode()](#getAztecSymbolMode--) | Gets a Aztec Symbol mode. |
2425
| [getClass()](#getClass--) | |
26+
| [getECIEncoding()](#getECIEncoding--) | Gets ECI encoding. |
27+
| [getEncodeMode()](#getEncodeMode--) | Gets a Aztec encode mode. |
28+
| [getErrorLevel()](#getErrorLevel--) | Level of error correction of Aztec types of barcode. |
29+
| [getLayersCount()](#getLayersCount--) | Gets layers count of Aztec symbol. |
30+
| [getStructuredAppendBarcodeId()](#getStructuredAppendBarcodeId--) | Barcode ID for Structured Append mode of Aztec barcode. |
31+
| [getStructuredAppendBarcodesCount()](#getStructuredAppendBarcodesCount--) | Barcodes count for Structured Append mode of Aztec barcode. |
32+
| [getStructuredAppendFileId()](#getStructuredAppendFileId--) | File ID for Structured Append mode of Aztec barcode (optional field). |
33+
| [getSymbolMode()](#getSymbolMode--) | Gets a Aztec Symbol mode. |
2534
| [hashCode()](#hashCode--) | |
35+
| [isReaderInitialization()](#isReaderInitialization--) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
2636
| [notify()](#notify--) | |
2737
| [notifyAll()](#notifyAll--) | |
2838
| [setAspectRatio(float value)](#setAspectRatio-float-) | Height/Width ratio of 2D BarCode module. |
39+
| [setAztecEncodeMode(AztecEncodeMode value)](#setAztecEncodeMode-com.aspose.barcode.generation.AztecEncodeMode-) | Sets a Aztec encode mode. |
2940
| [setAztecErrorLevel(int value)](#setAztecErrorLevel-int-) | Level of error correction of Aztec types of barcode. |
3041
| [setAztecSymbolMode(AztecSymbolMode value)](#setAztecSymbolMode-com.aspose.barcode.generation.AztecSymbolMode-) | Sets a Aztec Symbol mode. |
31-
| [toString()](#toString--) | Returns a human-readable string representation of this AztecParameters. |
42+
| [setECIEncoding(int value)](#setECIEncoding-int-) | Sets ECI encoding. |
43+
| [setEncodeMode(AztecEncodeMode value)](#setEncodeMode-com.aspose.barcode.generation.AztecEncodeMode-) | Sets a Aztec encode mode. |
44+
| [setErrorLevel(int value)](#setErrorLevel-int-) | Level of error correction of Aztec types of barcode. |
45+
| [setLayersCount(int value)](#setLayersCount-int-) | Sets layers count of Aztec symbol. |
46+
| [setReaderInitialization(boolean value)](#setReaderInitialization-boolean-) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
47+
| [setStructuredAppendBarcodeId(int value)](#setStructuredAppendBarcodeId-int-) | Barcode ID for Structured Append mode of Aztec barcode. |
48+
| [setStructuredAppendBarcodesCount(int value)](#setStructuredAppendBarcodesCount-int-) | Barcodes count for Structured Append mode of Aztec barcode. |
49+
| [setStructuredAppendFileId(String value)](#setStructuredAppendFileId-java.lang.String-) | File ID for Structured Append mode of Aztec barcode (optional field). |
50+
| [setSymbolMode(AztecSymbolMode value)](#setSymbolMode-com.aspose.barcode.generation.AztecSymbolMode-) | Sets a Aztec Symbol mode. |
51+
| [toString()](#toString--) | Returns a human-readable string representation of this [AztecParameters](../../com.aspose.barcode.generation/aztecparameters). |
3252
| [wait()](#wait--) | |
3353
| [wait(long arg0)](#wait-long-) | |
3454
| [wait(long arg0, int arg1)](#wait-long-int-) | |
@@ -57,6 +77,16 @@ Height/Width ratio of 2D BarCode module.
5777

5878
**Returns:**
5979
float
80+
### getAztecEncodeMode() {#getAztecEncodeMode--}
81+
```
82+
public final AztecEncodeMode getAztecEncodeMode()
83+
```
84+
85+
86+
Gets a Aztec encode mode. Default value: Auto.
87+
88+
**Returns:**
89+
com.aspose.barcode.generation.AztecEncodeMode - a Aztec encode mode.
6090
### getAztecErrorLevel() {#getAztecErrorLevel--}
6191
```
6292
public int getAztecErrorLevel()
@@ -87,6 +117,86 @@ public final native Class<?> getClass()
87117

88118
**Returns:**
89119
java.lang.Class<?>
120+
### getECIEncoding() {#getECIEncoding--}
121+
```
122+
public final int getECIEncoding()
123+
```
124+
125+
126+
Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
127+
128+
**Returns:**
129+
int - ECI encoding.
130+
### getEncodeMode() {#getEncodeMode--}
131+
```
132+
public final AztecEncodeMode getEncodeMode()
133+
```
134+
135+
136+
Gets a Aztec encode mode. Default value: Auto.
137+
138+
**Returns:**
139+
com.aspose.barcode.generation.AztecEncodeMode - a Aztec encode mode.
140+
### getErrorLevel() {#getErrorLevel--}
141+
```
142+
public int getErrorLevel()
143+
```
144+
145+
146+
Level of error correction of Aztec types of barcode. Value should between 10 and 95.
147+
148+
**Returns:**
149+
int
150+
### getLayersCount() {#getLayersCount--}
151+
```
152+
public final int getLayersCount()
153+
```
154+
155+
156+
Gets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).
157+
158+
**Returns:**
159+
int - layers count of Aztec symbol.
160+
### getStructuredAppendBarcodeId() {#getStructuredAppendBarcodeId--}
161+
```
162+
public final int getStructuredAppendBarcodeId()
163+
```
164+
165+
166+
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
167+
168+
**Returns:**
169+
int
170+
### getStructuredAppendBarcodesCount() {#getStructuredAppendBarcodesCount--}
171+
```
172+
public final int getStructuredAppendBarcodesCount()
173+
```
174+
175+
176+
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
177+
178+
**Returns:**
179+
int
180+
### getStructuredAppendFileId() {#getStructuredAppendFileId--}
181+
```
182+
public final String getStructuredAppendFileId()
183+
```
184+
185+
186+
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
187+
188+
**Returns:**
189+
java.lang.String
190+
### getSymbolMode() {#getSymbolMode--}
191+
```
192+
public AztecSymbolMode getSymbolMode()
193+
```
194+
195+
196+
Gets a Aztec Symbol mode.
197+
198+
**Returns:**
199+
[AztecSymbolMode](../../com.aspose.barcode.generation/aztecsymbolmode)
90200
### hashCode() {#hashCode--}
91201
```
92202
public native int hashCode()
@@ -97,6 +207,16 @@ public native int hashCode()
97207

98208
**Returns:**
99209
int
210+
### isReaderInitialization() {#isReaderInitialization--}
211+
```
212+
public final boolean isReaderInitialization()
213+
```
214+
215+
216+
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
217+
218+
**Returns:**
219+
boolean
100220
### notify() {#notify--}
101221
```
102222
public final native void notify()
@@ -126,6 +246,19 @@ Height/Width ratio of 2D BarCode module.
126246
| --- | --- | --- |
127247
| value | float | |
128248

249+
### setAztecEncodeMode(AztecEncodeMode value) {#setAztecEncodeMode-com.aspose.barcode.generation.AztecEncodeMode-}
250+
```
251+
public final void setAztecEncodeMode(AztecEncodeMode value)
252+
```
253+
254+
255+
Sets a Aztec encode mode. Default value: Auto.
256+
257+
**Parameters:**
258+
| Parameter | Type | Description |
259+
| --- | --- | --- |
260+
| value | com.aspose.barcode.generation.AztecEncodeMode | a Aztec encode mode. |
261+
129262
### setAztecErrorLevel(int value) {#setAztecErrorLevel-int-}
130263
```
131264
public void setAztecErrorLevel(int value)
@@ -145,6 +278,123 @@ public void setAztecSymbolMode(AztecSymbolMode value)
145278
```
146279

147280

281+
Sets a Aztec Symbol mode.
282+
283+
**Parameters:**
284+
| Parameter | Type | Description |
285+
| --- | --- | --- |
286+
| value | [AztecSymbolMode](../../com.aspose.barcode.generation/aztecsymbolmode) | |
287+
288+
### setECIEncoding(int value) {#setECIEncoding-int-}
289+
```
290+
public final void setECIEncoding(int value)
291+
```
292+
293+
294+
Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
295+
296+
**Parameters:**
297+
| Parameter | Type | Description |
298+
| --- | --- | --- |
299+
| value | int | ECI encoding. |
300+
301+
### setEncodeMode(AztecEncodeMode value) {#setEncodeMode-com.aspose.barcode.generation.AztecEncodeMode-}
302+
```
303+
public final void setEncodeMode(AztecEncodeMode value)
304+
```
305+
306+
307+
Sets a Aztec encode mode. Default value: Auto.
308+
309+
**Parameters:**
310+
| Parameter | Type | Description |
311+
| --- | --- | --- |
312+
| value | com.aspose.barcode.generation.AztecEncodeMode | a Aztec encode mode. |
313+
314+
### setErrorLevel(int value) {#setErrorLevel-int-}
315+
```
316+
public void setErrorLevel(int value)
317+
```
318+
319+
320+
Level of error correction of Aztec types of barcode. Value should between 10 and 95.
321+
322+
**Parameters:**
323+
| Parameter | Type | Description |
324+
| --- | --- | --- |
325+
| value | int | |
326+
327+
### setLayersCount(int value) {#setLayersCount-int-}
328+
```
329+
public final void setLayersCount(int value)
330+
```
331+
332+
333+
Sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).
334+
335+
**Parameters:**
336+
| Parameter | Type | Description |
337+
| --- | --- | --- |
338+
| value | int | layers count of Aztec symbol. |
339+
340+
### setReaderInitialization(boolean value) {#setReaderInitialization-boolean-}
341+
```
342+
public final void setReaderInitialization(boolean value)
343+
```
344+
345+
346+
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
347+
348+
**Parameters:**
349+
| Parameter | Type | Description |
350+
| --- | --- | --- |
351+
| value | boolean | |
352+
353+
### setStructuredAppendBarcodeId(int value) {#setStructuredAppendBarcodeId-int-}
354+
```
355+
public final void setStructuredAppendBarcodeId(int value)
356+
```
357+
358+
359+
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
360+
361+
**Parameters:**
362+
| Parameter | Type | Description |
363+
| --- | --- | --- |
364+
| value | int | |
365+
366+
### setStructuredAppendBarcodesCount(int value) {#setStructuredAppendBarcodesCount-int-}
367+
```
368+
public final void setStructuredAppendBarcodesCount(int value)
369+
```
370+
371+
372+
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
373+
374+
**Parameters:**
375+
| Parameter | Type | Description |
376+
| --- | --- | --- |
377+
| value | int | |
378+
379+
### setStructuredAppendFileId(String value) {#setStructuredAppendFileId-java.lang.String-}
380+
```
381+
public final void setStructuredAppendFileId(String value)
382+
```
383+
384+
385+
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
386+
387+
**Parameters:**
388+
| Parameter | Type | Description |
389+
| --- | --- | --- |
390+
| value | java.lang.String | |
391+
392+
### setSymbolMode(AztecSymbolMode value) {#setSymbolMode-com.aspose.barcode.generation.AztecSymbolMode-}
393+
```
394+
public void setSymbolMode(AztecSymbolMode value)
395+
```
396+
397+
148398
Sets a Aztec Symbol mode.
149399

150400
**Parameters:**
@@ -158,10 +408,10 @@ public String toString()
158408
```
159409

160410

161-
Returns a human-readable string representation of this AztecParameters.
411+
Returns a human-readable string representation of this [AztecParameters](../../com.aspose.barcode.generation/aztecparameters).
162412

163413
**Returns:**
164-
java.lang.String - A string that represents this AztecParameters
414+
java.lang.String - A string that represents this [AztecParameters](../../com.aspose.barcode.generation/aztecparameters).
165415
### wait() {#wait--}
166416
```
167417
public final void wait()

0 commit comments

Comments
 (0)